summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/lru-cache/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/lru-cache/README.md')
-rw-r--r--deps/npm/node_modules/lru-cache/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/node_modules/lru-cache/README.md b/deps/npm/node_modules/lru-cache/README.md
index 82a6dabd5..a8bba688f 100644
--- a/deps/npm/node_modules/lru-cache/README.md
+++ b/deps/npm/node_modules/lru-cache/README.md
@@ -54,7 +54,7 @@ away.
## API
-* `set(key, value, max)`
+* `set(key, value, maxAge)`
* `get(key) => value`
Both of these will update the "recently used"-ness of the key.