From d34a7dcd5d59b13e781b16eaba04c5e6015001e0 Mon Sep 17 00:00:00 2001 From: Tarang Shah Date: Thu, 5 Oct 2017 12:45:03 +0530 Subject: [PATCH] Minor grammar enhancements to awesome.md (#1081) --- awesome.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awesome.md b/awesome.md index e812f8c..5e883a2 100644 --- a/awesome.md +++ b/awesome.md @@ -6,13 +6,13 @@ But **what is awesome?** ## Only awesome is awesome -Research if the stuff you're including is actually awesome. Put only stuff on the list you or another contributor can personally recommend and rather leave stuff out than include too much. +Research if the stuff you're including is actually awesome. Only put stuff on the list that you or another contributor can personally recommend. You should rather leave stuff out than include too much. ## Awesome badge [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) -Add an awesome badge to the top of your list, right to the title. [Example](https://github.com/sindresorhus/awesome-nodejs). +Add an awesome badge to the top of your list, right next to the title. [Example](https://github.com/sindresorhus/awesome-nodejs). ```md [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) @@ -38,7 +38,7 @@ Keep in mind that if you [haven't selected a license](http://choosealicense.com/ ## Include contribution guidelines -People who are contributing to your list should have a clear understanding how they should do so. +People who are contributing to your list should have a clear understanding of how they should do so. If you don't feel like writing one from scratch, feel free to take our [contributing.md](contributing.md) and modify it to your own needs.