Skip to content

Commit 5d3b0b5

Browse files
kucherenkovovaJon Wayne Parrott
authored andcommitted
changed gcloud alpha to gcloud beta in README (#1024)
1 parent 218bc59 commit 5d3b0b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appengine/flexible/pubsub/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Before you can run or deploy the sample, you will need to do the following:
1010

1111
2. Create a topic and subscription.
1212

13-
$ gcloud alpha pubsub topics create [your-topic-name]
14-
$ gcloud alpha pubsub subscriptions create [your-subscription-name] \
13+
$ gcloud beta pubsub topics create [your-topic-name]
14+
$ gcloud beta pubsub subscriptions create [your-subscription-name] \
1515
--topic [your-topic-name] \
1616
--push-endpoint \
1717
https://[your-app-id].appspot.com/pubsub/push?token=[your-token] \

0 commit comments

Comments
 (0)