From 8fd1e0c6801a7be0dddebc7b0e42c7857def65ce Mon Sep 17 00:00:00 2001 From: JesseWeinstein Date: Mon, 29 Aug 2016 19:46:32 -0700 Subject: [PATCH] Clarify Dependencies and Extra Sections --- spec.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec.md b/spec.md index ba239f9..c36f7c5 100644 --- a/spec.md +++ b/spec.md @@ -109,7 +109,7 @@ progressively greater amount of knowledge." - Code block illustrating how to install. **Subsections:** -- `Dependencies`. Required if there are dependencies. +- `Dependencies`. Required if there are unusual dependencies or dependencies that must be manually installed. - `Updating`. Optional. **Suggestions:** @@ -140,8 +140,8 @@ progressively greater amount of knowledge." - None. **Suggestions:** -- Does not require its own title. -- Any other sections that are relevant should be added here, after [Usage](#usage) and before [API](#api). +- Does not require its own title, however the sections included within it must have titles. +- This should contain any other sections that are relevant, placed after [Usage](#usage) and before [API](#api). - Specfically, the [Security](#security) section should be here if it wasn't important enough to be placed above. ### API