Skip to content

Commit ee0b1a3

Browse files
committed
Update README.md
1 parent 450d9da commit ee0b1a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# manuForma [BETA]
22

33
[![Build Status](https://github.com/majlis-erc/manuForma/actions/workflows/ci.yml/badge.svg)](https://github.com/majlis-erc/manuForma/actions/workflows/ci.yml)
4-
[![Java 8+](https://img.shields.io/badge/java-8+-blue.svg)](https://bell-sw.com/pages/downloads/)
4+
[![Java 11+](https://img.shields.io/badge/java-11+-blue.svg)](https://bell-sw.com/pages/downloads/)
55
[![DOI](https://zenodo.org/badge/474991717.svg)](https://zenodo.org/badge/latestdoi/474991717)
66

77
The manuForma application is designed to make TEI data creation and distributed editing faster and easier. The application features easy to use multi-step forms, Github interactions and more.
@@ -58,7 +58,7 @@ To build the form you will simply need to run the XSLT, it will use the values d
5858
The manuForma application can be compiled into an EXPath Package for deployment to an Elemental (or eXist-db) server.
5959

6060
Build Requirements:
61-
* [Java JDK](https://bell-sw.com/pages/downloads/) version 8 (or newer)
61+
* [Java JDK](https://bell-sw.com/pages/downloads/) version 11 (or newer)
6262

6363
To build the manuForma application:
6464

@@ -105,7 +105,7 @@ docker volume create manuforma-database
105105
Once you have built (or obtained) the Docker Image, you can run manuForma in Docker like so:
106106

107107
```shell
108-
docker run -it -p 8080:8080 --mount type=volume,src=manuforma-database,dst=/elemental/data majlis/manuforma:latest
108+
docker run -it -p 8080:8080 --mount type=volume,src=manuforma-database,dst=/elemental/data majlis-erc/manuforma:latest
109109
```
110110

111111
manuForma will then be available in your web-browser at `http://localhost:8080/exist/apps/manuForma/index.html`

0 commit comments

Comments
 (0)