Browse Source

whitespace removal

feature/specify-what-to-cache
Bryan Donovan 10 years ago
parent
commit
14f9c6f3c4
  1. 2
      History.md

2
History.md

@ -85,7 +85,7 @@
- 0.0.2 2013-04-08
- Added ability to pass in a store module that isn't already instantiated. E.g.,
```javascript
var store = require('/path/to/my_memory_store');
cache = caching({store: store});

Loading…
Cancel
Save