From 9652c3185e4e7d3117f19272a0d0a4e17d6d1f0b Mon Sep 17 00:00:00 2001 From: thinkloop Date: Tue, 14 Mar 2017 22:28:49 +0000 Subject: [PATCH] tweaked readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 405ed35..5adfd64 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,9 @@ Others support multiple complex arguments, but do not offer mechanisms to manage Three libs with reasonable traction seem to meet the basic criteria: :heavy_check_mark: [Memoizee](https://github.com/medikoo/memoizee) (@medikoo) + :heavy_check_mark: [LRU-Memoize](https://github.com/erikras/lru-memoize) (@erikras) + :heavy_check_mark: ~~[LRU-Memoize](https://github.com/neilk/lru-memoize) (@neilk)~~ After some quick testing, however, we found the last library produced incorrect results, leaving only two viable candidates.