From 48705dd2c536722341f593d7174a434547eee2c2 Mon Sep 17 00:00:00 2001 From: Carlos Liam Date: Mon, 19 Oct 2015 11:35:27 -0400 Subject: [PATCH] Clean whitespace Remove leading newlines; replace lines containing only whitespace with empty lines; replace multiple trailing newlines with a single newline; remove trailing whitespace in lines --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4377f3c..7a3d417 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ required varies per platform, but there are three broad categories: ([direct link to the installer][mingw-installer]). You may also acquite it via [MSYS2](http://msys2.github.io), as explained [here][msys2-help]. Make sure to install the appropriate architecture corresponding to your installation of - rustc. GCC from older [MinGW](http://www.mingw.org) project is compatible + rustc. GCC from older [MinGW](http://www.mingw.org) project is compatible only with 32-bit rust compiler. [mingw-installer]: http://sourceforge.net/projects/mingw-w64/files/latest/download