Skip to content

Commit

Permalink
Update README.md (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
puneith authored and jmdobry committed Jul 14, 2016
1 parent 03e11f1 commit a66e49e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-speech/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Usage: `node recognize <path-to-audio-file>`

Example:

node recognize "/path/to/audio.file"
node recognize resources/audio.raw

[recognition_docs]: https://cloud.google.com/speech/
[recognition_code]: recognize.js
Expand All @@ -53,7 +53,7 @@ Usage: `node recognize_streaming <path-to-audio-file>`

Example:

node recognize_streaming "/path/to/audio.file"
node recognize_streaming resources/audio.raw

[recognition_streaming_docs]: https://cloud.google.com/speech/
[recognition_streaming_code]: recognize_streaming.js

0 comments on commit a66e49e

Please sign in to comment.