Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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`:

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