From 3aa364cb59e47d4987d13fb833bab92b5ad1f543 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 18 Dec 2016 16:46:01 +0700 Subject: [PATCH] Fix syntax error in readme example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}); ```