summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/README.md')
-rw-r--r--tools/node_modules/eslint/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/node_modules/eslint/README.md b/tools/node_modules/eslint/README.md
index 572cd8a07a..65ee43400d 100644
--- a/tools/node_modules/eslint/README.md
+++ b/tools/node_modules/eslint/README.md
@@ -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
@@ -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