diff options
author | Aaron Salvo <aaron.salvo@teamaol.com> | 2017-10-26 09:45:48 -0400 |
---|---|---|
committer | Aaron Salvo <aaron.salvo@teamaol.com> | 2017-10-26 09:45:48 -0400 |
commit | 11a664dfb3139c8e2636680c1f9fc188df667488 (patch) | |
tree | 9486b7240ba7c382492bf42fb7c85cc4f2a0a307 /readme.md | |
parent | d50260de20df36c03829ae4a3c7a6562e152db14 (diff) | |
download | Nim-11a664dfb3139c8e2636680c1f9fc188df667488.tar.gz |
Felt this paragraph was a little grammatically awkward.
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/readme.md b/readme.md index 4f6a82af8..ac24658d9 100644 --- a/readme.md +++ b/readme.md @@ -96,10 +96,10 @@ This project exists thanks to all the people who contribute. [Read on to find ou [![Setup a bounty via Bountysource][badge-nim-bountysource]][nim-bountysource] [![Donate Bitcoins][badge-nim-bitcoin]][nim-bitcoin] -We welcome everyone's contributions to Nim regardless of how small or how large -they are. Anything from small spelling fixes to large modules intended to -be included in the standard library are welcome and appreciated. Before you get -started contributing, you should familiarize yourself with the repository structure: +We welcome all contributions to Nim regardless of how small or large +they are. Everything from spelling fixes to new modules to be included in the +standard library are welcomed and appreciated. Before you start contributing, +you should familiarize yourself with the following repository structure: * ``bin/``, ``build/`` - these directories are empty, but are used when Nim is built. * ``compiler/`` - the compiler source code. Also includes nimfix, and plugins within |