diff --git a/.README/README.md b/.README/README.md index bc1550a46..6cbcce042 100644 --- a/.README/README.md +++ b/.README/README.md @@ -126,7 +126,7 @@ object supplied as the second argument in an array after the error level // The options vary by rule, but are generally added to an options // object as follows: { - avoidExampleOnConstructors: true, + checkConstructors: true, exemptedBy: ['type'] } ] diff --git a/README.md b/README.md index af3902c81..0b9f7a763 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ object supplied as the second argument in an array after the error level // The options vary by rule, but are generally added to an options // object as follows: { - avoidExampleOnConstructors: true, + checkConstructors: true, exemptedBy: ['type'] } ]