Tiny clarification in README.md

This commit is contained in:
Nick Cameron 2018-08-02 21:09:52 +12:00
parent d50e3618d4
commit 30fe66b110

View File

@ -27,7 +27,7 @@ the "travis example" badge above.
## Quick start
You can use `rustfmt` on Rust 1.24 and above.
You can run `rustfmt` with Rust 1.24 and above.
To install:
@ -94,6 +94,7 @@ rustup component add rustfmt-preview
## Installing from source
To install from source (nightly required), first checkout to the tag or branch you want to install, then issue
```
cargo install --path .
```