Skip to content

Commit

Permalink
examples: fix description of command line flags for pubsub (#2400)
Browse files Browse the repository at this point in the history
  • Loading branch information
downIoads authored Jul 28, 2023
1 parent 260b969 commit 4c897e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/pubsub/basic-chat-with-rendezvous/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ go build .
./chat
```

To change the topic name, use the `-topic` flag:
To change the topic name, use the `-topicName` flag:

```shell
go run . -topic=adifferenttopic
go run . -topicName=adifferenttopic
```

Try opening several terminals, each running the app. When you type a message and hit enter in one, it
Expand Down

0 comments on commit 4c897e0

Please sign in to comment.