Skip to content

Commit 9f652f2

Browse files
slorello89mheap
authored andcommitted
Fixing command in readme
1 parent c091f5b commit 9f652f2

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
@@ -37,7 +37,7 @@ foreman run java -cp build/libs/nexmo-java-quickstart-with-dependencies.jar CLAS
3737
So to run the OutboundTextToSpeechExample class, you would run the following:
3838

3939
```sh
40-
foreman run java -cp build/libs/nexmo-java-quickstart-with-dependencies.jar com.nexmo.quickstart.voice.OutboundTextToSpeech
40+
foreman run java -cp build/libs/nexmo-java-code-snippets-with-dependencies.jar com.nexmo.quickstart.voice.OutboundTextToSpeech
4141
```
4242

4343
If you set the environment variable `QUICKSTART_DEBUG` to any value, extra information

0 commit comments

Comments
 (0)