diff --git a/packages/eslint-config-airbnb-base/README.md b/packages/eslint-config-airbnb-base/README.md index 68fb1b1c..a79376be 100644 --- a/packages/eslint-config-airbnb-base/README.md +++ b/packages/eslint-config-airbnb-base/README.md @@ -15,7 +15,7 @@ Our default export contains all of our ESLint rules, including ECMAScript 6+. It 1. Install the correct versions of each package, which are listed by the command: ```sh - npm info "eslint-config-airbnb@latest" peerDependencies + npm info "eslint-config-airbnb-base@latest" peerDependencies ``` Linux/OSX users can simply run @@ -41,7 +41,7 @@ Lints ES5 and below. Requires `eslint` and `eslint-plugin-import`. 1. Install the correct versions of each package, which are listed by the command: ```sh - npm info "eslint-config-airbnb@latest" peerDependencies + npm info "eslint-config-airbnb-base@latest" peerDependencies ``` Linux/OSX users can simply run