From 013939d8c2290bda9aad4a5548669486ce1e0a17 Mon Sep 17 00:00:00 2001 From: Mike Bronner Date: Fri, 29 Sep 2017 20:15:38 -0700 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d74835a..41be536 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ relationships. This package is the attempt to address those requirements. ## Features - automatic, self-invalidating relationship (both eager- and lazy-loaded) caching. - automatic, self-invalidating model query caching. -- automatic use of cache flags for cache providers that support them (will +- automatic use of cache tags for cache providers that support them (will flush entire cache for providers that don't). ## Requirements