Browse Source

typo fix in readme

feature/remove-domains
Bryan Donovan 9 years ago
parent
commit
21c2121ffc
  1. 4
      README.md

4
README.md

@ -149,8 +149,8 @@ memoryCache.wrap(key, function (cb) {
```javascript
memoryCache.wrap(key, function() {
return getUserPromise(userId);
});
then(function(user) {
})
.then(function(user) {
console.log('User:', user);
});
```

Loading…
Cancel
Save