diff --git a/appengine/pubsub/README.md b/appengine/pubsub/README.md index 1fa95d2077..6e85f172e5 100644 --- a/appengine/pubsub/README.md +++ b/appengine/pubsub/README.md @@ -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 - gcloud beta pubsub subcriptions create \ + gcloud beta pubsub subscriptions create \ --topic \ --push-endpoint \ https://.appspot.com/pubsub/push?token= \