From d05361bb829766380ca98dd7719e196676a6ef61 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Tue, 14 Nov 2017 15:13:51 -0500 Subject: [PATCH] fix: Make updating subsection an optional suggestion, and describe it Closes #65 --- spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.md b/spec.md index 363d811..4077ac1 100644 --- a/spec.md +++ b/spec.md @@ -136,12 +136,12 @@ progressively greater amount of knowledge." **Subsections:** - `Dependencies`. Required if there are unusual dependencies or dependencies that must be manually installed. -- `Updating`. Optional. **Suggestions:** - Link to prerequisite sites for programming language: [npmjs](https://npmjs.com), [godocs](https://godoc.org), etc. - Include any system-specific information needed for installation. - If there is no code in the module - for instance, a document-based module - this section is not required. +- An `Updating` section would be useful for most packages, if there are multiple versions which the user may interface with. ### Usage **Status:** Required by default, optional for doc modules.