diff --git a/template/README.md b/template/README.md index fade9162d1990a8a747e05b47c77550b690a43fd..f6e6b90af7ce05f60054b99f0154f2ce2b444f8a 100644 --- a/template/README.md +++ b/template/README.md @@ -237,7 +237,7 @@ Please be advised that this is also a custom feature of Webpack. Some editors, including Sublime Text, Atom, and Visual Studio Code, provide plugins for ESLint. -They are not required for linting. You should still the linter output right in your terminal as well as the browser console. However, if you prefer the lint results to appear right in your editor, there are some extra steps you can do. +They are not required for linting. You should see the linter output right in your terminal as well as the browser console. However, if you prefer the lint results to appear right in your editor, there are some extra steps you can do. You would need to install an ESLint plugin for your editor first. Then make sure `package.json` of your project ends with this block: