We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11163d commit 0f57d22Copy full SHA for 0f57d22
appengine/pubsub/README.md
@@ -12,7 +12,7 @@ Before you can run or deploy the sample, you will need to do the following:
12
1. Create a topic and subscription.
13
14
gcloud beta pubsub topics create <your-topic-name>
15
- gcloud beta pubsub subcriptions create <your-subscription-name> \
+ gcloud beta pubsub subscriptions create <your-subscription-name> \
16
--topic <your-topic-name> \
17
--push-endpoint \
18
https://<your-project-id>.appspot.com/pubsub/push?token=<your-verification-token> \
0 commit comments