Skip to content

Commit

Permalink
Docs: (Grammar) "the setup" -> "to set up" (#11117)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt authored and aladdin-add committed Nov 23, 2018
1 parent 54dfa60 commit a675c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -38,7 +38,7 @@ If you want to include ESLint as part of your project's build system, we recomme
$ npm install eslint --save-dev
```

You should then setup a configuration file:
You should then set up a configuration file:

```
$ ./node_modules/.bin/eslint --init
Expand All @@ -60,7 +60,7 @@ If you want to make ESLint available to tools that run across all of your projec
$ npm install -g eslint
```

You should then setup a configuration file:
You should then set up a configuration file:

```
$ eslint --init
Expand Down

0 comments on commit a675c89

Please sign in to comment.