From 7c5efd743788dc4c2fbe5fa101fa6cac79f26c91 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dato=20Sim=C3=B3?= <dato@net.com.org.es>
Date: Wed, 15 Jun 2016 00:48:58 -0300
Subject: [PATCH] =?UTF-8?q?Fix=20typo=20in=20path:=20~/cargo/bin=20?=
 =?UTF-8?q?=E2=86=92=20~/.cargo/bin?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ca4ea786332..9f03583798f 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ To install from source, first checkout to the tag or branch you want to install,
 ```
 cargo install --path  .
 ```
-This will install `rustfmt` in your `~/.cargo/bin`. Make sure to add `~/cargo/bin` directory to 
+This will install `rustfmt` in your `~/.cargo/bin`. Make sure to add `~/.cargo/bin` directory to 
 your PATH variable.
 
 ## Running