Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
Update README.md to refer to npm module.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwronski committed Feb 6, 2017
1 parent a30f530 commit 725e988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ npm i --save-dev typescript tslint
Install the cs-tslint-rules module.

```
npm i --save-dev git+https://github.com/codeschool/cs-tslint-rules.git
npm i --save-dev cs-tslint-rules
```

Create a `tslint.json` file in the root folder of your project and add
Expand All @@ -46,7 +46,7 @@ npm i --save-dev typescript tslint codelyzer
Install the cs-tslint-rules module.

```
npm i --save-dev git+https://github.com/codeschool/cs-tslint-rules.git
npm i --save-dev cs-tslint-rules
```

Create a `tslint.json` file in the root folder of your project and add
Expand Down

0 comments on commit 725e988

Please sign in to comment.