Skip to content

Commit

Permalink
Auto merge of #758 - mineo:patch-1, r=kbknapp
Browse files Browse the repository at this point in the history
docs(Readme): Fix typos
  • Loading branch information
homu committed Nov 28, 2016
2 parents 8dce248 + c9e75a1 commit 69541d6
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 69541d6

Please sign in to comment.