- Header and a Brief description (should match package.json)
- Example (if applicable)
- Motivation (if applicable)
- API Documentation: This will likely vary considerably from library to library.
- Installation
- Tests
- Contributors
- License
Bonus Points
- The file is named exactly
README.md(notReadMe.md, orREADME) - The license file is named exactly
LICENSE(notMIT-LICENSE, orlicense) - The entire license is not included in
README.md, just a snippet saying it is MIT or Apache or whatever