Skip to content

Commit

Permalink
Replacing gs:// path with a real gs:// file (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
danaharon authored and jmdobry committed Apr 12, 2017
1 parent 79a4427 commit b33f690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-speech/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Options:
Examples:
node recognize.js sync ./resources/audio.raw -e LINEAR16 -r 16000
node recognize.js async-gcs gs://my-bucket/audio.raw -e LINEAR16 -r 16000
node recognize.js async-gcs gs://gcs-test-data/vr.flac -e FLAC -r 16000
node recognize.js stream ./resources/audio.raw -e LINEAR16 -r 16000
node recognize.js listen
Expand Down

0 comments on commit b33f690

Please sign in to comment.