From 03f62cc5d9a307d3037dc09bcfff536994f8d155 Mon Sep 17 00:00:00 2001 From: Arcterus Date: Sun, 23 Feb 2014 23:14:02 -0800 Subject: [PATCH] Make the capitalization of Rust consistent --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b76915f5..ab8611302 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ make TEST='UTILITY_1 UTILITY_2' test Contribute ---------- -Contributions are very welcome, and should target rust's master branch until -rust 1.0 is released. You may *claim* an item on the to-do list by following +Contributions are very welcome, and should target Rust's master branch until +Rust 1.0 is released. You may *claim* an item on the to-do list by following these steps: 1. Open an issue named "Implement [the utility of your choice]", e.g. "Implement ls"