Skip to content

Commit 91ddddf

Browse files
committed
Fix produce example
1 parent 270b629 commit 91ddddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloud-dataplane/x-topics/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The quickest ways to produce to and consume from the topic are to use [`rpk`](ht
3434
For example, to use `rpk` to produce to a topic named `test-topic`, run:
3535

3636
```
37-
echo "hello" | rpk topic produce test-topic
37+
echo "hello world" | rpk topic produce test-topic
3838
```
3939

4040
## Suggested reading

0 commit comments

Comments
 (0)