Skip to content

Commit

Permalink
docs(Readme): Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mineo authored Nov 27, 2016
1 parent 8dce248 commit c9e75a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit c9e75a1

Please sign in to comment.