From 8ddfdb698518f18124c0a03d36c067676491de64 Mon Sep 17 00:00:00 2001 From: Andreas Holstenson Date: Thu, 4 Apr 2019 18:53:47 +0200 Subject: [PATCH] docs: Updating initial text in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b0d77a..91ec0c5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Coverage Status](https://coveralls.io/repos/aholstenson/transitory/badge.svg)](https://coveralls.io/github/aholstenson/transitory) [![Dependencies](https://david-dm.org/aholstenson/transitory.svg)](https://david-dm.org/aholstenson/transitory) -Transitory is a in-memory cache for Node and the browser, with high hit rates +Transitory is an in-memory cache for Node and browsers, with high hit rates using eviction based on frequency and recency. Additional cache layers support time-based expiration, automatic loading and metrics.