diff --git a/README.md b/README.md index e4e98d6f..bac10512 100644 --- a/README.md +++ b/README.md @@ -309,7 +309,7 @@ boolean type you can workaround it like that: class User include Virtus.model - attribute :admin, Axiom::Types::Boolean + attribute :admin, Virtus::Attribute::Boolean end ```