diff --git a/README.md b/README.md index 9639b2f..59b933a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Install eslint-config-prettier: npm install --save-dev eslint-config-prettier ``` -Then, add eslint-config-prettier to the "extends" array in your `.eslintrc.*` file. Make sure to put it **last,** so it gets the chance to override other configs. +Then, add `"prettier"` to the "extends" array in your `.eslintrc.*` file. Make sure to put it **last,** so it gets the chance to override other configs. ```json