Skip to content

Commit

Permalink
Fixes script name for HTTP example (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
gguuss authored Feb 27, 2018
1 parent 52e02ec commit c91fef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iot/http_example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ For example, if your project ID is `blue-jet-123`, your region is
asia-east1, and you have generated your credentials using the shell script
provided in the parent folder, you can run the sample as:

node cloudiot_http_example_nodejs.js \
node cloudiot_http_example.js \
--cloudRegion=asia-east1 \
--projectId=blue-jet-123 \
--registryId=my-registry \
Expand Down

0 comments on commit c91fef0

Please sign in to comment.