diff --git a/README.md b/README.md index 3670620..89aa198 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ composer require mvdnbrk/laravel-model-expires ``` ## Usage -To enable an expiration date for a model, use the `Mvdnbrk\ModelExpires\Expires` trait on the model: +To enable an expiration date for a model, use the `Mvdnbrk\EloquentExpirable\Expires` trait on the model: ```php