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 ```