File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/src/main/java/com/basistech/rosette/examples Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Each example file demonstrates one of the capabilities of the Rosette Platform.
77
88A note on pre-requisites. Rosette API only suports TLS 1.2 so ensure your toolchain also supports it.
99
10- ##Maven ##
10+ ## Maven ##
1111If you use Maven, everything should have been setup and you can start running the examples using ` mvn exec:java ` .
1212Otherwise you can compile and run these examples by hand:
1313
@@ -18,7 +18,7 @@ Otherwise you can compile and run these examples by hand:
1818- ` java -cp .:<path-to-rosette-api-jar-file> -Drosette.api.key=<your-api-key> com.basistech.rosette.examples.<XyzExample> `
1919
2020## Docker ##
21- [ Docker files] ( https://github.com/rosette-api/java/examples/docker )
21+ Docker files can be found [ here ] ( https://github.com/rosette-api/java/examples/docker )
2222
2323### Summary
2424To simplify the running of the Java examples, the Dockerfile will build an image and install the rosette-api library from the * published source* .
You can’t perform that action at this time.
0 commit comments