diff --git a/README.md b/README.md index df0e762..ec62dcd 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Please consider the following example. You should replace `` with the name ```javascript module.exports = { - extends: './node_modules/@garraflavatra/yeslint/config/.js', + extends: './node_modules/@garraflavatra/yeslint/configs/.js', }; ``` @@ -44,7 +44,7 @@ Or add this to your `package.json` file: ```json "eslintConfig": { - "extends": "./node_modules/@garraflavatra/yeslint/config/.js" + "extends": "./node_modules/@garraflavatra/yeslint/configs/.js" } ```