Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dogweather authored May 2, 2024
1 parent 1446ea6 commit 5494fa4
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 @@ -4,7 +4,7 @@

`Plain Old Ruby` + `Rails Validations` = **self-checking Ruby objects**.

This `Person` class ensures that the `name` isn't blank (nil or empty string):
## Example: This `Person` class ensures that the `name` isn't blank (nil or empty string):

```ruby
class Person < ValidatedObject::Base
Expand Down

0 comments on commit 5494fa4

Please sign in to comment.