Remove redundant information from spec.md (#93)

Remove redundant information from spec.md
This commit is contained in:
Richard Littauer 2019-06-16 18:25:27 +02:00 committed by GitHub
commit 9dd6ed6dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.