Skip to content

Patching Pub/Sub README variable name #863

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 25, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Patching Pub/Sub README variable name
  • Loading branch information
jabubake committed Sep 25, 2017
commit 65bafe6494aa2240551e97f91e4d9f3fd585ff0e
2 changes: 1 addition & 1 deletion pubsub/cloud-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down