Skip to content

Commit fb1edb0

Browse files
authored
Merge pull request #38 from camillevilla/patch-1
Correct version number in Cantaloupe command
2 parents 94b2049 + ed7a308 commit fb1edb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iiif-5-day-workshop/day-one/setting-up-cantaloupe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Save the file.
4141
Now lets try and start the server. Run this command from your Cantaloupe directory
4242

4343
```sh
44-
$ java -Dcantaloupe.config=./cantaloupe.properties -Xmx2g -jar Cantaloupe-3.3.1.war
44+
$ java -Dcantaloupe.config=./cantaloupe.properties -Xmx2g -jar Cantaloupe-3.4.2.war
4545
```
4646

4747
Now navigate to [http://127.0.0.1:8182/iiif/2](http://127.0.0.1:8182/iiif/2) in your browser.

0 commit comments

Comments
 (0)