Skip to content

Commit

Permalink
Fix typo in example command (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
leahecole authored Jun 10, 2019
1 parent 018dc3f commit 01dbaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video-intelligence/analyze.js
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ async function main() {
.example(`node $0 transcription gs://demomaker/tomatoes.mp4`)
.example(`node $0 video-text ./resources/googlework_short.mp4`)
.example(
`node $0 video-text-gcs gs://nodejs-docs-samples/videos/googlework_short.mp4`
`node $0 video-text-gcs gs://nodejs-docs-samples/video/googlework_short.mp4`
)
.example(`node $0 track-objects ./resources/cat.mp4`)
.example(`node $0 track-objects-gcs gs://nodejs-docs-samples/video/cat.mp4`)
Expand Down

0 comments on commit 01dbaaa

Please sign in to comment.