Fix typo in Readme.md

This commit is contained in:
Aleksei Arbuzov 2018-06-22 16:40:38 +03:00 committed by Pascal Hertleif
parent 47e1e1b996
commit c750e4d470

View file

@ -18,7 +18,7 @@ The magic of rustfix is entirely dependent on the diagnostics implement in the R
## Installation
To use the rustfix libary, add it to your `Cargo.toml`.
To use the rustfix library, add it to your `Cargo.toml`.
To get the tool to automatically fix warnings in, run `cargo install cargo-fix`. This will give you `cargo fix`.