Skip to content

Commit 843bb3b

Browse files
committed
Fix produce example
1 parent e254d07 commit 843bb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)