diff --git a/README.md b/README.md index 8e17aaa..c025fcb 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,6 @@ composer require vormkracht10/laravel-permanent-cache # Usage -This package provides a handy `Cached` class. This allows you to easily -cache data based on a schedule or an event. - All caches you create must be registered to the `PermanentCache::caches` facade. We recommend putting this in the `boot` method of your `AppServiceProvider`.