Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frasmage authored Oct 22, 2022
1 parent 756b4d5 commit 7a4803a
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 @@ -64,7 +64,7 @@ php artisan migrate

5. Add the `Plank\Metable\Metable` trait to any eloquent model class that you want to be able to attach metadata to.

_Note: If need a more generic way to reference different Metable Model classes, you can optionally apply the `Plank\Metable\MetableInterface`_ to your models.
_Note: If need a more generic way to reference different Metable Model classes, you can optionally apply the `Plank\Metable\MetableInterface` to your models._

```php
<?php
Expand Down

0 comments on commit 7a4803a

Please sign in to comment.