Skip to content

Commit

Permalink
Fix typo in gcloud command (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
steren authored and chenyumic committed Apr 30, 2018
1 parent c11163d commit 0f57d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/pubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Before you can run or deploy the sample, you will need to do the following:
1. Create a topic and subscription.

gcloud beta pubsub topics create <your-topic-name>
gcloud beta pubsub subcriptions create <your-subscription-name> \
gcloud beta pubsub subscriptions create <your-subscription-name> \
--topic <your-topic-name> \
--push-endpoint \
https://<your-project-id>.appspot.com/pubsub/push?token=<your-verification-token> \
Expand Down

0 comments on commit 0f57d22

Please sign in to comment.