diff --git a/README.md b/README.md index 1fb1f31..0dbaf4c 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,9 @@ memoryCache.wrap(key, function() { }); ``` -Here's a very basic example of how you could use this in an Express app: +#### Example Express App Usage + +(Also see the [Express.js cache-manager example app](https://github.com/BryanDonovan/node-cache-manager-express-example)). ```javascript function respond(res, err, data) {