docs: fix typo in README
This commit is contained in:
parent
3fa43fa798
commit
c6101c1e9e
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ jobs:
|
|||
|
||||
The `args` is one of the following:
|
||||
|
||||
- <COMMAND>
|
||||
- [ [nightly | stable | v1.xx.x] ] <COMMAND>
|
||||
- <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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue