diff --git a/google-cloud-speech/samples/snippets/transcribe_async.py b/google-cloud-speech/samples/snippets/transcribe_async.py
index bbf67355308e..fd0a0340b1c4 100644
--- a/google-cloud-speech/samples/snippets/transcribe_async.py
+++ b/google-cloud-speech/samples/snippets/transcribe_async.py
@@ -19,7 +19,7 @@
 
 Example usage:
     python transcribe_async.py resources/audio.raw
-    python transcribe_async.py gs://cloud-samples-tests/speech/brooklyn.flac
+    python transcribe_async.py gs://cloud-samples-tests/speech/vr.flac
 """
 
 import argparse