From f3e6b3f2cf49bf0233923155a8a2a2906ad90688 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Mon, 26 Dec 2016 17:01:51 +0700 Subject: [PATCH] Don't say "we" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04dbf1b..858cb72 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ const onionoo = new Onionoo({ ## Cache Stores -This module makes use of [`node-cache-manager`](https://github.com/BryanDonovan/node-cache-manager) to support multiple cache stores. By default we store cached responses in memory. You can easily disable the cache or use a more scalable cache store such as Redis by using `node-cache-manager`'s [store engine](https://github.com/BryanDonovan/node-cache-manager#store-engines) modules. +This module makes use of [`node-cache-manager`](https://github.com/BryanDonovan/node-cache-manager) to support multiple cache stores. By default cached responses are stored in memory. You can easily disable the cache or use a more scalable cache store such as Redis by using `node-cache-manager`'s [store engine](https://github.com/BryanDonovan/node-cache-manager#store-engines) modules. Disable cache: