From 1dbeda35c3b97d9cbf94c2b4af66fbe7a00b63f6 Mon Sep 17 00:00:00 2001 From: Hank Andre Date: Mon, 23 Oct 2017 08:07:07 -0500 Subject: [PATCH] Grammatical fixes Updated some wording and grammar. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71a9710..4f428dc 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ By the way, you can ⭐️ the project to support it 😊 ## Getting Started -To use EyeJS, you'll need to download EyeJS via NPM, and create a `__test__` folder in your project folder, and add tests files in it. (NPM might require `sudo` on Mac). +To use EyeJS, you'll need to download EyeJS via NPM, and create a `__test__` folder in your project folder, and put tests files in it. (NPM might require `sudo` on Mac). ```bash $ npm install -g eye.js ``` @@ -59,7 +59,7 @@ We use [SemVer](http://semver.org/) for versioning. For the versions available, - **Arthur Guiot** - *Initial work* - [@arguiot](https://github.com/arguiot) -See also the list of [contributors](https://github.com/arguiot/EyeJS/contributors) who participated in this project. If you don't code but you have great ideas, don't hesitate to write your idea in the issue part. If your idea is accepted, I will add you to this list 😊. +Also look at the list of [contributors](https://github.com/arguiot/EyeJS/contributors) who participated in this project. If you don't code but you have great ideas, don't hesitate to write your idea in the issue part. If your idea is accepted, I will add you to this list 😊. ## License