diff --git a/README.md b/README.md index 3547325..3189a5b 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,13 @@ There are 6 rule sets: ## Installation -If you do not have eslint installed: +For `npm >= 7`: ``` -npm i -D eslint npm i -D eslint-config-digitalbazaar ``` +For `npm < 7` you may need to install `eslint` matching the peerDependencies for this library. + To start an eslint config file: ``` npx eslint --init