Merge pull request #3019 from yangby-cryptape/fix-typo-in-readme

Fix typo in README.md.
This commit is contained in:
Seiichi Uchida 2018-09-18 20:18:24 +09:00 committed by GitHub
commit 68ede7bf45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,7 +189,7 @@ See [Configurations.md](Configurations.md) for details.
Example:
```
cargo fmt --emit files
cargo fmt -- --emit files
```
Options:
@ -197,7 +197,7 @@ See [Configurations.md](Configurations.md) for details.
| Flag |Description| Nightly Only |
|:---:|:---:|:---:|
| files | overwrites output to files | No |
| stdout | writes output to stdout | No |
| stdout | writes output to stdout | No |
| coverage | displays how much of the input file was processed | Yes |
| checkstyle | emits in a checkstyle format | Yes |