From 74f1818608f0e5055adb673a2798726403b6862a Mon Sep 17 00:00:00 2001 From: Nick Hamann Date: Fri, 15 May 2015 00:43:40 -0500 Subject: [PATCH] Update README Tries to make the introductory portion of the README flow better. --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index da59629b049f3..e54473a8b4172 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # The Rust Programming Language -This is a compiler for Rust, including standard libraries, tools and -documentation. Rust is a systems programming language that is fast, -memory safe and multithreaded, but does not employ a garbage collector -or otherwise impose significant runtime overhead. +Rust is a systems programming language that is fast, memory safe and +multithreaded, but does not employ a garbage collector or otherwise +impose significant runtime overhead. + +This repo contains the code for `rustc`, the Rust compiler, as well +as standard libraries, tools and documentation for Rust. ## Quick Start