fix: Remove newlines requirement

Because Markdown enforces this anyway, and I do not think that this requirement is helpful. Closes #58
This commit is contained in:
Richard Littauer 2017-11-14 15:00:04 -05:00
parent 1123bb8ba4
commit f9fa67cabb

View File

@ -8,7 +8,6 @@ A compliant README must satisfy all the requirements listed below.
- Be a valid Markdown file.
- Sections must appear in order given below. Optional sections may be omitted.
- Sections must have the titles listed below, unless otherwise specified.
- Must be new lines between each section.
- Must not contain broken links.
- If there are code examples, they should be linted in the same way as the code is linted in the rest of the project.