Skip to content

Commit caa37b1

Browse files
committed
Publish 0.0.1
1 parent 2588a15 commit caa37b1

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,10 @@ Standings as of 2017-7-22
3434

3535
## Getting started
3636

37-
To make the cli available
37+
To install mls-elo, use [npm](https://npmjs.com)
3838

3939
```sh
40-
$ git clone https://github.com/doug-wade/mls-elo
41-
$ cd mls-elo
42-
$ npm i
43-
$ npm link .
40+
$ npm i -g mls-elo
4441
```
4542

4643
Once the cli is available, bootstrap the database

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mls-elo",
33
"version": "0.0.1",
4-
"description": "",
4+
"description": "Calculate ELO rankings for Major League Soccer",
55
"bin": "index.js",
66
"dependencies": {
77
"cheerio": "^1.0.0-rc.1",
@@ -14,7 +14,7 @@
1414
"scripts": {
1515
"test": "echo \"Error: no test specified\" && exit 1"
1616
},
17-
"keywords": [],
17+
"keywords": ["soccer", "MLS", "ELO"],
1818
"author": "Doug Wade <douglas.b.wade@gmail.com>",
1919
"license": "MIT"
2020
}

0 commit comments

Comments
 (0)