From 2ffb5fde9da3b4b6eaf1fd2e556a75cbf1abc59c Mon Sep 17 00:00:00 2001
From: Mark Story <mark@mark-story.com>
Date: Sat, 23 Jan 2016 11:33:50 -0500
Subject: [PATCH] Updates to readme based on feedback.

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index b8344ac770c..0fcfd9b3d22 100644
--- a/README.md
+++ b/README.md
@@ -53,10 +53,10 @@ binary and library targets of your crate.
 You'll probably want to specify the write mode. Currently, there are modes for
 diff, replace, overwrite, display, coverage, and checkstyle.
 
-* `replace` Is the default and overwrites the original files after renaming them.
-* `overwrite` rustfmt does not backup the source files.
-* `display` Will print the formatted file to stdout.
-* `diff` Will print a diff between the current file and formatted file to stdout.
+* `replace` Is the default and overwrites the original files after creating backups of the files.
+* `overwrite` Overwrites the original files _without_ creating backups.
+* `display` Will print the formatted files to stdout.
+* `diff` Will print a diff between the original files and formatted files to stdout.
 * `checkstyle` Will output the lines that need to be corrected as a checkstyle XML file,
   that can be used by tools like Jenkins.