Browse Source

Fix syntax error in readme example

patch-1
Luke Childs 8 years ago
committed by GitHub
parent
commit
3aa364cb59
  1. 2
      README.md

2
README.md

@ -271,7 +271,7 @@ Then pass it to `caching` like this:
```javascript ```javascript
var memoryCache = cacheManager.caching({store: 'memory', isCacheableValue: isCacheableValue}; var memoryCache = cacheManager.caching({store: 'memory', isCacheableValue: isCacheableValue});
``` ```

Loading…
Cancel
Save