docs: fix typo in README
All checks were successful
/ test (map[name:nightly]) (push) Successful in 1m6s
/ test (map[name:stable]) (push) Successful in 33s
/ test (map[name:v1.81.0]) (push) Successful in 20s

This commit is contained in:
Paul Campbell 2024-09-17 09:51:09 +01:00
parent 3fa43fa798
commit c6101c1e9e

View file

@ -22,8 +22,8 @@ jobs:
The `args` is one of the following: The `args` is one of the following:
- <COMMAND> - &lt;COMMAND&gt;
- [ [nightly | stable | v1.xx.x] ] <COMMAND> - [ nightly | stable | v1.xx.x ] &lt;COMMAND&gt;
`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. `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.