Skip to content

Commit 003a44b

Browse files
authored
Update javascript.md
"node.exe" was not found on MacOS and LInuxOS. Instead, you can run "node" from anywhere.
1 parent 617c3f7 commit 003a44b

File tree

1 file changed

+2
-2
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts/text-to-speech-basics

1 file changed

+2
-2
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/text-to-speech-basics/javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Follow these steps to create a Node.js console application for speech synthesis.
8888
Run your new console application to start speech synthesis to a file:
8989

9090
```console
91-
node.exe SpeechSynthesis.js
91+
node SpeechSynthesis.js
9292
```
9393

9494
> [!IMPORTANT]
@@ -112,4 +112,4 @@ This quickstart uses the `SpeakTextAsync` operation to synthesize a short block
112112

113113
## Clean up resources
114114

115-
[!INCLUDE [Delete resource](../../common/delete-resource.md)]
115+
[!INCLUDE [Delete resource](../../common/delete-resource.md)]

0 commit comments

Comments
 (0)