diff --git a/pubsub/cloud-client/README.md b/pubsub/cloud-client/README.md index dc29f51055f..75bc28b47dc 100644 --- a/pubsub/cloud-client/README.md +++ b/pubsub/cloud-client/README.md @@ -31,7 +31,7 @@ For more samples, see the samples in #### Create a subscription ``` - mvn exec:java -Dexec.mainClass=com.example.pubsub.CreatePullSubscriptionExample -Dexec.args="my-topic-id my-sub" + mvn exec:java -Dexec.mainClass=com.example.pubsub.CreatePullSubscriptionExample -Dexec.args="my-topic my-sub" ``` #### Publish messages