From ec167f54aab89008f0fe65ded50dfc4febcd54ee Mon Sep 17 00:00:00 2001 From: Gus Class Date: Tue, 27 Feb 2018 10:46:07 -0800 Subject: [PATCH] Fixes script name for HTTP example --- iot/http_example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iot/http_example/README.md b/iot/http_example/README.md index d80c5861ab..0d1763f1b5 100644 --- a/iot/http_example/README.md +++ b/iot/http_example/README.md @@ -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 \