We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c091f5b commit 9f652f2Copy full SHA for 9f652f2
README.md
@@ -37,7 +37,7 @@ foreman run java -cp build/libs/nexmo-java-quickstart-with-dependencies.jar CLAS
37
So to run the OutboundTextToSpeechExample class, you would run the following:
38
39
```sh
40
-foreman run java -cp build/libs/nexmo-java-quickstart-with-dependencies.jar com.nexmo.quickstart.voice.OutboundTextToSpeech
+foreman run java -cp build/libs/nexmo-java-code-snippets-with-dependencies.jar com.nexmo.quickstart.voice.OutboundTextToSpeech
41
```
42
43
If you set the environment variable `QUICKSTART_DEBUG` to any value, extra information
0 commit comments