Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xinningsu committed Jan 8, 2021
1 parent b9bc338 commit 3b33c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down

0 comments on commit 3b33c42

Please sign in to comment.