Browse Source

spelling fix

hotfix/0.7.1
Bryan Donovan 12 years ago
parent
commit
dab42f7edf
  1. 2
      README.md

2
README.md

@ -101,7 +101,7 @@ in an instance of it, or pass in the path to the module.
E.g.,
```javascript
var my_store = require('your-homeade-store');
var my_store = require('your-homemade-store');
var cache = cache_manager.caching({store: my_store});
// or
var cache = cache_manager.caching({store: '/path/to/your/store'});

Loading…
Cancel
Save