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

Commit

Permalink
Merge pull request #257 from gmaclennan/patch-1
Browse files Browse the repository at this point in the history
Update README.md install docs for eslint v1.x
  • Loading branch information
hzoo committed Feb 27, 2016
2 parents 038361a + 19a3fd6 commit fd58c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ It just needs to export a `parse` method that takes in a string of code and outp
### Install

```sh
$ npm install eslint babel-eslint --save-dev
$ npm install eslint@1.x babel-eslint --save-dev
```

### Setup
Expand Down

0 comments on commit fd58c24

Please sign in to comment.