mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 06:12:40 +00:00
docs(Readme): Fix typos
This commit is contained in:
parent
8dce24870b
commit
c9e75a1d83
1 changed files with 2 additions and 2 deletions
|
@ -580,10 +580,10 @@ Alternatively, if you have [`just`](https://github.com/casey/just) installed you
|
|||
For example, to test the code, as above simply run:
|
||||
|
||||
```sh
|
||||
$ just run-tests`
|
||||
$ just run-tests
|
||||
```
|
||||
|
||||
From here on, I will lis the appropriate `cargo` command as well as the `just` command.
|
||||
From here on, I will list the appropriate `cargo` command as well as the `just` command.
|
||||
|
||||
Sometimes it's helpful to only run a subset of the tests, which can be done via:
|
||||
|
||||
|
|
Loading…
Reference in a new issue