From 1c06b0016c2c8bfee5ac9eaac8166812c2adfa30 Mon Sep 17 00:00:00 2001 From: Dominik Salvet Date: Fri, 7 Jun 2019 19:20:13 +0200 Subject: [PATCH] Update spec.md Redundant information about document-based modules has been removed from the Install and Usage sections - it is already stated in their Status subsections. --- spec.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec.md b/spec.md index 5311418..6f2b556 100644 --- a/spec.md +++ b/spec.md @@ -144,7 +144,6 @@ progressively greater amount of knowledge." **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 @@ -161,7 +160,6 @@ progressively greater amount of knowledge." **Suggestions:** - Cover basic choices that may affect usage: for instance, if JavaScript, cover promises/callbacks, ES6 here. - If relevant, point to a runnable file for the usage code. -- If there is no code in the module - for instance, a document-based module - this section is not required. ### Extra Sections **Status**: Optional.