diff --git a/README.md b/README.md index db37fd5..630ce98 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ Then pass it to `caching` like this: ```javascript -var memoryCache = cacheManager.caching({store: 'memory', isCacheableValue: isCacheableValue}; +var memoryCache = cacheManager.caching({store: 'memory', isCacheableValue: isCacheableValue}); ```