diff --git a/gcloud-java-examples/README.md b/gcloud-java-examples/README.md index 3226ab1fe725..67f1b003f84d 100644 --- a/gcloud-java-examples/README.md +++ b/gcloud-java-examples/README.md @@ -82,7 +82,7 @@ To run examples from your command line: * Here's an example run of `StorageExample`. - Before running the example, go to the [Google Developers Console][developers-console] to ensure that Google Cloud Storage API is enabled and that you have a bucket. Also ensure that you have a test file (`test.txt` is chosen here) to upload to Cloud Storage stored locally on your machine. + Before running the example, go to the [Google Developers Console][developers-console] to ensure that "Google Cloud Storage" and "Google Cloud Storage JSON API" are enabled and that you have a bucket. Also ensure that you have a test file (`test.txt` is chosen here) to upload to Cloud Storage stored locally on your machine. ``` target/appassembler/bin/StorageExample upload /path/to/test.txt target/appassembler/bin/StorageExample list