diff --git a/README.md b/README.md index 6b6c38f..064797e 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ $topNews = $news->cache(300, 'cache-key', 'array')->getTopNews(2); # Global Configuration -copy config/easy-cache.php of this package to config/easy-cache.php under laravel project, custom it on demand. +If you want custom global config, copy config/easy-cache.php of this package to config/easy-cache.php under your laravel project. ```php return [ diff --git a/composer.json b/composer.json index 383b564..bbe02a6 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "xinningsu/laravel-easy-cache", - "description": "Easy way to cache a service method result as demand.", + "description": "Easy way to cache the result of service method as demand.", "license": "MIT", "authors": [ {