Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 7118ed5

Browse files
theriley106gguuss
authored andcommitted
Fixed incorrect topic name in README (#85)
1 parent ffff171 commit 7118ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Core for testing on your Arduino device:
4242
Create the PubSub topic and subscription:
4343

4444
gcloud pubsub topics create atest-pub --project=YOUR_PROJECT_ID
45-
gcloud pubsub subscriptions create atest-sub --topic=atest--pub
45+
gcloud pubsub subscriptions create atest-sub --topic=atest-pub
4646

4747
Create the Cloud IoT Core registry:
4848

0 commit comments

Comments
 (0)