Skip to content

Commit 37e3ade

Browse files
authored
Update README.md
corrected jar name in code snippet
1 parent 55c10ed commit 37e3ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ values into environment variables, so you'll probably want to use a tool like
3131
[Foreman](https://github.com/ddollar/foreman) to run your code like this:
3232

3333
```sh
34-
foreman run java -cp build/libs/nexmo-java-quickstart-with-dependencies.jar CLASS
34+
foreman run java -cp build/libs/nexmo-java-code-snippets-with-dependencies.jar CLASS
3535
```
3636

3737
So to run the OutboundTextToSpeechExample class, you would run the following:

0 commit comments

Comments
 (0)