diff --git a/README.md b/README.md index b5296b7..b73684c 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ To enable this configuration use the `extends` property in your `.eslintrc.json` ```json { "extends": [ - "array-func/recommended" + "plugin:array-func/recommended" ] } ```