From 7870163c93131fa6e87c7596f4f0ef75c1f7515d Mon Sep 17 00:00:00 2001 From: Oscar Calzaroni Date: Sat, 8 Mar 2014 20:35:55 -0600 Subject: [PATCH 1/2] Small typo --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d098571bae4e..0e3c38d827303 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,7 @@ documentation. When complete, `make install` will place several programs into `/usr/local/bin`: `rustc`, the Rust compiler, and `rustdoc`, the - API-documentation tool. - system. + API-documentation tool system. 3. Read the [tutorial]. 4. Enjoy! From 618044135ab54880a7af4b0be12ed76f9019e329 Mon Sep 17 00:00:00 2001 From: Oscar Calzaroni Date: Sat, 8 Mar 2014 21:18:30 -0600 Subject: [PATCH 2/2] Update README.md fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e3c38d827303..82a8179857042 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ documentation. When complete, `make install` will place several programs into `/usr/local/bin`: `rustc`, the Rust compiler, and `rustdoc`, the - API-documentation tool system. + API-documentation tool. 3. Read the [tutorial]. 4. Enjoy!