diff --git a/README.md b/README.md index ccc867d..d45fd36 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ And lastly, any model that you want to have comments needs the `Commentable` tra ```php use KirschbaumDevelopment\NovaComments\Commentable; -class Post extends ModelNo +class Post extends Model { use Commentable;