Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dogweather committed May 2, 2024
1 parent 4fc0d23 commit f47bf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Person < ValidatedObject::Base
validated_attr :name, type: String, presence: true
end

# Using it
# Instantiating it runs the validations.
me = Person.new(name: 'Robb')
```

Expand Down

0 comments on commit f47bf46

Please sign in to comment.