diff --git a/README.md b/README.md index 58aad75b..db5f3d15 100644 --- a/README.md +++ b/README.md @@ -400,7 +400,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [timedmap](https://github.com/zekroTJA/timedmap) - Map with expiring key-value pairs. * [treap](https://github.com/perdata/treap) - Persistent, fast ordered map using tree heaps. * [trie](https://github.com/derekparker/trie) - Trie implementation in Go. -* [ttlcache](https://github.com/diegobernardes/ttlcache) - In-memory LRU string-interface{} map with expiration for golang. +* [ttlcache](https://github.com/ReneKroon/ttlcache) - In-memory string-interface{} cache with various time-based expiration options and callbacks. * [typ](https://github.com/gurukami/typ) - Null Types, Safe primitive type conversion and fetching value from complex structures. * [willf/bloom](https://github.com/willf/bloom) - Go package implementing Bloom filters.