From 6b79349f833eeb28e37aef4461e235f9107d94f3 Mon Sep 17 00:00:00 2001
From: Daniel Vergeylen <daniel.vergeylen@place2be.biz>
Date: Tue, 3 Oct 2017 17:36:37 +0200
Subject: [PATCH] Rewording README

Trial to stay consistent with rest of the text.
Rewording by native english.
---
 README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 97869378..8955e141 100644
--- a/README.md
+++ b/README.md
@@ -210,8 +210,11 @@ $ # (Or using the attribute name, which is also `ripgrep`.)
 ```
 
 If you're a **Rust programmer**, `ripgrep` can be installed with `cargo`.
-* Note that the minimum supported version of Rust for ripgrep is **1.17**, although ripgrep may work with older versions.
-* Note that the binary will include debug symbols. Use `strip $(which rg)` to remove them (and save Mbs).
+* Note that the minimum supported version of Rust for ripgrep is **1.17**,
+  although ripgrep may work with older versions.
+* Note that the binary may be bigger than expected because it contains debug
+  symbols. This is intentional. To remove debug symbols and therefore reduce
+  the file size, run `strip` on the binary.
 
 ```
 $ cargo install ripgrep