From dabe8df8859969023411c2242238ff2a1cbb800d Mon Sep 17 00:00:00 2001 From: Adam Vigneaux Date: Fri, 13 Jul 2018 09:12:30 -0400 Subject: [PATCH] Change automatic setup header to be clearer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e8735b4..acd87efd 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You can learn more about [Shareable Configs](http://eslint.org/docs/developer-guide/shareable-configs) on the official ESLint website. -To use the JavaScript Standard Style shareable config, follow these steps in your project directory: +**If you want to set up the config automatically**, follow these steps in your project directory: 1. `npx eslint --init` 2. Select "Use a popular style guide."