From 6cae7b0a52006402ac82be0c23e265d53734177d Mon Sep 17 00:00:00 2001 From: Bryan Donovan Date: Wed, 3 Feb 2016 10:52:17 -0800 Subject: [PATCH] README updates --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) {