From ef4de4d005a77ff47bbb0e462b6ca8800d04a7aa Mon Sep 17 00:00:00 2001 From: Boyu Yang Date: Thu, 13 Sep 2018 10:01:34 +0800 Subject: [PATCH] Fix typo in README.md. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d8bfcc1e01..c9153a6eade 100644 --- a/README.md +++ b/README.md @@ -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 |