diff --git a/README.md b/README.md index bb51ad0..10e5d99 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ class, instead of letting Pundit infer it. This can be done like so: ``` ruby class Post def self.policy_class - PostablePolicyClass + PostablePolicy end end ```