Skip to content

Commit

Permalink
Fix for readme issue - again
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Davis committed Jan 26, 2017
1 parent 1484130 commit b1466b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,4 @@ Under a high ratio of cache hits to misses, you will begin to see an inverse rel
- `options.caseSensitive` - if you disable this option (enabled by default), ensure your application is not case-sensitive to querystring or cookie arguments, if these are enabled too.
- `options.varyByCookies` - you must register a cookier parser before outputcache in the req/res lifecycle. This is usually done at the http server level using a module such as cookie-parser. In general, you should place outputcache after cookie and body parsers but before other middleware.
##Test
##TestTEST
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outputcache",
"version": "5.2.5",
"version": "5.2.6",
"description": "Cache api responses, react and more using redis, memcached or any other cache provider.",
"main": "bin/outputcache.js",
"scripts": {
Expand Down

0 comments on commit b1466b2

Please sign in to comment.