Skip to content

Commit 6ae1c79

Browse files
authored
Update README.md
1 parent 407cd64 commit 6ae1c79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In order to use the SDK, you need a valid `appId` and `appSecret` which you can
99
## npm
1010

1111
Before running the code, install all the dependencies by running `npm install`.
12-
For this sample code, you'll also need to install [SOX](https://at.projects.genivi.org/wiki/display/PROJ/Installation+of+SoX+on+different+Platforms) - SoX is a cross-platform (Windows, Linux, MacOS X, etc.) command line utility that can convert various formats of computer audio files in to other formats.
12+
For this sample code, you'll also need to install [SoX](https://at.projects.genivi.org/wiki/display/PROJ/Installation+of+SoX+on+different+Platforms) - SoX is a cross-platform (Windows, Linux, MacOS X, etc.) command line utility that can convert various formats of computer audio files in to other formats.
1313

1414
## Run
1515

@@ -19,7 +19,7 @@ Once you've configured the above, run `node index.js`
1919

2020
## Test
2121

22-
If you've configured everything correctly including `sox`, you should be able to speak into your microphone and see the transcription as well any generated insights logging in your console.
22+
If you've configured everything correctly including `SoX`, you should be able to speak into your microphone and see the transcription as well any generated insights logging in your console.
2323

2424
## References
2525
Feel free to fork any of the projects here to use on your own and if you have any code improvements, make a pull request and the request will be reviewed by one of our admins.

0 commit comments

Comments
 (0)