From c114305772865af8e53a9eba0ce52e9b20bdcd39 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Tue, 23 Aug 2016 17:49:04 -0400 Subject: [PATCH] Standardized the Readme Filled it out a bit more according to [Standard-Readme](https://github.com/RichardLitt/standard-readme). --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d4e1d8..16b9d45 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,15 @@ # motivations > you can do it! -## usage +## Install + +This package uses [npm](npmjs.com). + +```js +npm install motivations --save +``` + +## Usage 1. install `motivations` and save it to your `package.json`: @@ -20,3 +28,13 @@ ``` console.log(motivations[0]); // prints "don't worry. no one actually knows what they're doing." ``` + +## Contribute + +Please contribute! PRs are gladly accepted; check out the [current ones](//github.com/NodeTogether/motivations) and review them, if you can. Or, [look at the issues](//github.com/NodeTogether/motivations/issues). + +This repository follows the NodeTogether [Code of Conduct](http://www.nodetogether.org/CoC.html). Be actively nice! + +## License + +See the [LICENSE](LICENSE) file.