From c045105378b871a10066fd8ae7c4a84db49a059a Mon Sep 17 00:00:00 2001 From: Andrew Newdigate Date: Thu, 12 Mar 2015 09:15:10 +0200 Subject: [PATCH] Added author information --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0453b66..560d6b3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ with any request HTTP client. ``` npm install request-http-cache - ``` ## About @@ -75,7 +74,6 @@ request({ url: 'https://api.github.com/users/suprememoocow' }, function(err, res }); ``` - # Under the Hood When a new outgoing request is made, the Vary headers for the URL endpoint are @@ -99,6 +97,10 @@ looked up in the cache. * Otherwise the response is cached and the Vary headers for the URL endpoint are stored the response is returned to the caller. +# Authors + +Built by [@suprememoocow](https://twitter.com/suprememoocow) and the team at Gitter. + # Licence ```