From 5401b0a13989f43b636b56f88904b929c33afd56 Mon Sep 17 00:00:00 2001 From: Felipe Cardozo Date: Mon, 4 Nov 2024 01:59:18 -0300 Subject: [PATCH] doc: typo about fluvio topic in docker examples (#4233) --- examples/docker-compose/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/docker-compose/README.md b/examples/docker-compose/README.md index 63282dad84..56f67df5ec 100644 --- a/examples/docker-compose/README.md +++ b/examples/docker-compose/README.md @@ -41,7 +41,7 @@ With the profile set, you are now able to perform Fluvio Client operations like listing topics: ```bash -fluvio topics list +fluvio topic list ``` ## Teardown