Skip to content

Commit

Permalink
Fix typo in readme (#77)
Browse files Browse the repository at this point in the history
`cargo check` is a built in command, `cargo-watch` is the external one that needs installation
  • Loading branch information
matklad authored and A. Hobden committed Jun 15, 2018
1 parent a6671be commit 7463981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ In order to have your PR merged running the following must finish without error:
cargo +nightly test --features dev
```

You may optionally want to install `cargo-check` to allow for automated rebuilding while editing:
You may optionally want to install `cargo-watch` to allow for automated rebuilding while editing:

```bash
cargo watch -s "cargo check --features dev"
Expand Down

0 comments on commit 7463981

Please sign in to comment.