diff --git a/README.md b/README.md index 0c9b1ab..49a378d 100644 --- a/README.md +++ b/README.md @@ -59,12 +59,17 @@ The goals for this repository are: This project uses [node](http://nodejs.org) and [npm](https://npmjs.com). Go check them out if you don't have them locally installed. ```sh -$ npm i standard-readme +$ npm install --global standard-readme-spec ``` ## Usage -Currently, this is mainly a documentation package. You will get the most benefit by reading [spec.md](spec.md). +This is only a documentation package. You can print out [spec.md](spec.md) to your console: + +```sh +$ standard-readme-spec +# Prints out the standard-readme spec +``` ### Generator diff --git a/package.json b/package.json index 20a255f..8880458 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,7 @@ "name": "standard-readme", "version": "1.0.28", "description": "Readme Standard Style", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, + "main": "cat.js", "repository": { "type": "git", "url": "git+https://github.com/RichardLitt/standard-readme.git" @@ -15,7 +12,11 @@ "markdown", "readme", "parse", - "lint" + "lint", + "standard-readme", + "spec", + "md", + "documentation" ], "author": { "name": "Richard Littauer",