Skip to content

Commit

Permalink
Merge pull request #14 from sebasoga/patch-1
Browse files Browse the repository at this point in the history
Minor typo fix
  • Loading branch information
Azdaroth committed Jun 13, 2019
2 parents c38698b + 6ba16b9 commit 8bf38cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ Or install it yourself as:

## Usage

Define you ActiveModel model class, include `ActiveModel::Model` and `ActiveModelAttributes` modules and define attributes and their types using `attribute` class method:
Define your ActiveModel model class, include `ActiveModel::Model` and `ActiveModelAttributes` modules and define attributes and their types using `attribute` class method:

``` rb
class MyAwesomeModel
Expand Down

0 comments on commit 8bf38cb

Please sign in to comment.