Skip to content

Commit 22bf643

Browse files
committed
Standardized the Readme
Filled it out a bit more according to [Standard-Readme](https://github.com/RichardLitt/standard-readme).
1 parent 5801b40 commit 22bf643

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# motivations
22
> you can do it!
33
4-
## usage
4+
## Install
5+
6+
This package uses [npm](npmjs.com).
7+
8+
```js
9+
npm install motivations --save
10+
```
11+
12+
## Usage
513

614
1. install `motivations` and save it to your `package.json`:
715

@@ -18,3 +26,14 @@
1826
3. now you have a variable `motivations` that points to an array of encouraging statements!
1927

2028

29+
## Contribute
30+
31+
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).
32+
33+
This repository follows the NodeTogether [Code of Conduct](http://www.nodetogether.org/CoC.html). Be actively nice!
34+
35+
Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
36+
37+
## License
38+
39+
See the [LICENSE](LICENSE) file.

0 commit comments

Comments
 (0)