diff --git a/README.md b/README.md index 994cbc7..a0b9eff 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ yarn add --dev @sweetalert2/eslint-config ## Usage -Once the `@sweetalert2/eslint-config` package is installed, you can use it by specifying `sweetalert2` in the [`extends`](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) section of your [ESLint configuration](http://eslint.org/docs/user-guide/configuring). +Once the `@sweetalert2/eslint-config` package is installed, you can use it by specifying `@sweetalert2/eslint-config` in the [`extends`](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) section of your [ESLint configuration](http://eslint.org/docs/user-guide/configuring). ```js {