From d0154987e4f29d035a8e837f9bcc32800ce8cd7c Mon Sep 17 00:00:00 2001 From: Arcterus Date: Tue, 18 Feb 2014 17:52:47 -0800 Subject: [PATCH] Grammar --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f0e9354d..62f0353e1 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ coreutils rewrites. Why? ---- -Many GNU, linux and other utils are pretty awesome, and obviously +Many GNU, Linux and other utils are pretty awesome, and obviously [some](http://gnuwin32.sourceforge.net) [effort](http://unxutils.sourceforge.net) -has been spent in the past to port them to windows. However those projects +has been spent in the past to port them to Windows. However, those projects are either old, abandoned, hosted on CVS, written in platform-specific C, etc. -Rust provides a good platform-agnostic way of writing systems utils that are easy +Rust provides a good, platform-agnostic way of writing systems utils that are easy to compile anywhere, and this is as good a way as any to try and learn it. Build Instructions