From c6101c1e9eae85a11d37dfb42727a42e1e86e32f Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 17 Sep 2024 09:51:09 +0100 Subject: [PATCH] docs: fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c375b86..f432e3b 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ jobs: The `args` is one of the following: -- -- [ [nightly | stable | v1.xx.x] ] +- <COMMAND> +- [ nightly | stable | v1.xx.x ] <COMMAND> `COMMAND` is the command you want to run. The optional prefix is the Rust toolchain, or version. Allowed values are `nightly`, `stable` or a Rust version.