From 98d58db658c15dcd24b3a6afa3fa267a3d11030e Mon Sep 17 00:00:00 2001 From: Vishwesh Nayak Date: Sun, 20 Oct 2019 15:08:12 +0530 Subject: [PATCH] Minor language improvements in Readme files --- RainOfRust/Readme.md | 12 ++++++------ Readme.md | 6 +++--- Rust - resources/README.md | 12 ++++++------ short_demo/Readme.md | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/RainOfRust/Readme.md b/RainOfRust/Readme.md index 691ce29..718b4d0 100644 --- a/RainOfRust/Readme.md +++ b/RainOfRust/Readme.md @@ -1,6 +1,6 @@ # RainofRust Campaign Kit -Rust is a state of art programming language for the modern day applications, which runs blazingly fast, prevents segfaults, and guarantees thread safety. +Rust is a state-of-the-art programming language for modern day applications, which runs blazingly fast, prevents segfaults, and guarantees thread safety. ## Main Aims: @@ -14,17 +14,17 @@ RainofRust campaign aims at the following aspects: ### Metrics and Scope: -* 500 dedicated user/adopters +* 500 dedicated users/adopters * 25 Rust events (online/offline) * 100 attendees creating a rustaceans profile * 100 attendees joining the Rust users discourse channel -* 10 attendees will creat a crate +* 10 attendees will create a crate * 100 attendees joining the Rust Reddit channel * 200 attendees tweeting to rustlang about a feature of rust ## Host an event -Interested to host an event in your city, please follow the instructions below: +Interested to host an event in your city? Please follow the instructions below: 1. Get your event listed in the [Reps portal](https://reps.mozilla.org/): * Contact a [Mozilla representative](https://reps.mozilla.org/people/#/) near you to get your event listed under the [MozActivate](https://activate.mozilla.community/) category @@ -68,9 +68,9 @@ Mozilla TechSpeaker xyz addressed the event ## Community Support -Above are the standard ways to get your events listed we have other support channels to help you, +Above are the standard ways to get your events listed. We have other support channels to help you, -* Not able to find an Rep drop a message in [Rust India telegram Group channel](https://t.me/joinchat/AAAAAEFQaXicCPeaeVIm_Q) +* If you aren't able to find an Rep, drop a message in [Rust India telegram Group channel](https://t.me/joinchat/AAAAAEFQaXicCPeaeVIm_Q) For any other doubts regarding any aspect please feel free to raise questions/feedbacks in the community telegram group. diff --git a/Readme.md b/Readme.md index 930a6c7..9dba6fa 100644 --- a/Readme.md +++ b/Readme.md @@ -2,9 +2,9 @@ This repo contains the following details: -* Details of event conducted across India +* Details of events conducted across India * Teaching kits for Rust -* Resources for advance learning and participation +* Resources for advanced learning and participation * Details of Rust developers * Community blog links * Community driven project links @@ -39,4 +39,4 @@ This repo contains the following details: ## Code of conduct * [Code of conduct](/code_of_conduct.md) -For any queries raise a [issue](https://github.com/MozillaIndia/RustIndia/issues) and please feel free to submit a PR anytime :) +For any queries, raise a [issue](https://github.com/MozillaIndia/RustIndia/issues) and please feel free to submit a PR anytime :) diff --git a/Rust - resources/README.md b/Rust - resources/README.md index ad8f3f6..49764fd 100644 --- a/Rust - resources/README.md +++ b/Rust - resources/README.md @@ -4,7 +4,7 @@ A bunch of links to blog posts, articles, videos, etc for learning Rust. Feel fr ## Introduction -*Do you need to be convinced that Rust worth learning?* Let us show you the [True Nature of the Force](https://brson.github.io/fireflowers/) +*Do you need to be convinced that Rust is worth learning?* Let us show you the [True Nature of the Force](https://brson.github.io/fireflowers/) The main documentation is always the best beginning, so if you haven't read yet, start by reading [Rust docs](https://www.rust-lang.org/en-US/documentation.html). You can also have ebook versions of the doc [here](http://killercup.github.io/trpl-ebook/) and [there](https://github.com/lise-henry/books/). @@ -279,15 +279,15 @@ See the awesome repo [kud1ing/awesome-rust](https://github.com/kud1ing/awesome-r This is the official [Rust Team](http://www.rust-lang.org/team.html) and [Servo Team](https://github.com/orgs/servo/people) -You search for a rustacean ? [http://www.rustaceans.org/](http://www.rustaceans.org/) +Are you looking for a rustacean? [http://www.rustaceans.org/](http://www.rustaceans.org/) -You want to meet them IRL ? [Meetup groups](http://www.meetup.com/topics/rust/), [Community calendar](https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com), [Community talks list](https://github.com/rust-community/talks) +Do you want to meet them IRL? [Meetup groups](http://www.meetup.com/topics/rust/), [Community calendar](https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com), [Community talks list](https://github.com/rust-community/talks) -Go to rusty events ? [RustCamp](http://rustcamp.com/), [RustFest](http://www.rustfest.eu/), [RustConf](http://rustconf.com/), [Rust Belt Rust](http://www.rust-belt-rust.com/) +Do you want to go to rusty events? [RustCamp](http://rustcamp.com/), [RustFest](http://www.rustfest.eu/), [RustConf](http://rustconf.com/), [Rust Belt Rust](http://www.rust-belt-rust.com/) -You are looking for a job ? [Rust Jobs](http://rustjobs.rs/) +Are you looking for a job? [Rust Jobs](http://rustjobs.rs/) -You want to stay up to date ? [This Week in Rust](https://this-week-in-rust.org/), [This Week in Rust Docs](http://guillaumegomez.github.io/this-week-in-rust-docs/), [The official reddit](https://www.reddit.com/r/rust/) and [Planet Rust](http://www.planet-rust.com/) +Do you want to stay up to date? [This Week in Rust](https://this-week-in-rust.org/), [This Week in Rust Docs](http://guillaumegomez.github.io/this-week-in-rust-docs/), [The official reddit](https://www.reddit.com/r/rust/) and [Planet Rust](http://www.planet-rust.com/) There is also [The Rust Community Blog](http://blog.community.rs/) diff --git a/short_demo/Readme.md b/short_demo/Readme.md index c7e56de..54b0827 100644 --- a/short_demo/Readme.md +++ b/short_demo/Readme.md @@ -3,7 +3,7 @@ *Reference link* :- https://doc.rust-lang.org/book # Install Rust with rustup - [rustup](https://www.rustup.rs/) is an one click installer for the systems programming language [Rust](https://www.rust-lang.org/en-US/). + [rustup](https://www.rustup.rs/) is a one-click installer for the systems programming language [Rust](https://www.rust-lang.org/en-US/). ## To install in linux