Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor language improvements in Readme files #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions RainOfRust/Readme.md
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -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
Expand Down Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 :)
12 changes: 6 additions & 6 deletions Rust - resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand Down Expand Up @@ -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/)

Expand Down
2 changes: 1 addition & 1 deletion short_demo/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down