Skip to content

Commit 383b55a

Browse files
author
Kathy Czeck
committed
fixed typos
1 parent 6983c9f commit 383b55a

File tree

1 file changed

+2
-2
lines changed
  • examples/src/main/java/com/basistech/rosette/examples

1 file changed

+2
-2
lines changed

examples/src/main/java/com/basistech/rosette/examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Each example file demonstrates one of the capabilities of the Rosette Platform.
77

88
A note on pre-requisites. Rosette API only suports TLS 1.2 so ensure your toolchain also supports it.
99

10-
##Maven ##
10+
## Maven ##
1111
If you use Maven, everything should have been setup and you can start running the examples using `mvn exec:java`.
1212
Otherwise 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
2424
To simplify the running of the Java examples, the Dockerfile will build an image and install the rosette-api library from the *published source*.

0 commit comments

Comments
 (0)