Skip to content

Commit

Permalink
Fix typo/punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Burke committed Jul 29, 2015
1 parent a4d63b8 commit d824a56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions awesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Apart from suggesting a particular item on your list, you should also inform you

Have a succinct description at the top of your readme. Make sure your list covers a certain scope and nothing else. Link to other awesome lists if you think they already cover a certain subject good enough.

## Pay attention to gramar
## Pay attention to grammar

Ensure your list is grammatically correct, typo free and has no Markdown formatting errors. This should also apply to pull requests.

## Choose an appropriate license

Keep in mind that if you [haven't selected a license](http://choosealicense.com/no-license/), it basically means the people are *not* allowed to reproduce, distribute or create derivative works.

[Creative Commons licenses](https://creativecommons.org/) are perfect for this purpose. **We would recommend [`CC0`](https://creativecommons.org/publicdomain/zero/1.0/).** Code licenses like MIT, BSD, GPL, etc, are not recommended.
[Creative Commons licenses](https://creativecommons.org/) are perfect for this purpose. **We would recommend [`CC0`](https://creativecommons.org/publicdomain/zero/1.0/).** Code licenses like MIT, BSD, GPL, and so forth are not recommended.

## Include contribution guidelines

Expand All @@ -34,7 +34,7 @@ If you don't feel like writing one from scratch, feel free to take our [contribu

## Stylize your list properly

Create a table of contents, organize the content into different categories, use images if suitable. Ensure all entries are consistent, eg. all entry descriptions ending in a `.`.
Create a table of contents, organize the content into different categories, and use images if suitable. Ensure all entries are consistent (e.g. all entry descriptions end in a `.`).

## Accept other people's opinion

Expand Down

0 comments on commit d824a56

Please sign in to comment.