From 58e4253a57468f019797f94b51dea47c3b70226a Mon Sep 17 00:00:00 2001 From: Victor Adossi Date: Tue, 21 May 2024 13:51:56 -0500 Subject: [PATCH] docs: more generic command listing prose This commit changes the prose of the command listing section to be more generic so it doesn't change when new commands are added. Signed-off-by: Victor Adossi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d467b3a..2c40d06 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ cargo binstall wac-cli ## Usage -The `wac` CLI tool has three commands: +The `wac` CLI tool has the following commands: * `wac plug` - Plugs the imports of a component with one or more other components. * `wac parse` - Parses a composition into a JSON representation of the AST.