Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Mikulicic authored and isaacs committed Apr 13, 2011
1 parent 1a51909 commit df7d448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,7 +6,7 @@ Usage:

var LRU = require("lru-cache")
, cache = LRU(10) // max 10 items. default = Infinity
cache.put("key", "value")
cache.set("key", "value")
cache.get("key") // "value"

RTFS for more info.
RTFS for more info.

0 comments on commit df7d448

Please sign in to comment.