From cb8d5a4454c577d79afaa3488e939e02d3f780d7 Mon Sep 17 00:00:00 2001 From: ebenezerdon Date: Wed, 10 Apr 2024 10:04:08 +0100 Subject: [PATCH] add link to memory-cache in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92a9de8..697b534 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TS-Node-Cache -TS-Node-Cache is a TypeScript-based caching solution that's simple and lightweight. It supports data caching with optional expiration and callbacks. Similar to memory-cache but with modern implementation and TypeScript support. +TS-Node-Cache is a TypeScript-based caching solution that's simple and lightweight. It supports data caching with optional expiration and callbacks. Similar to [memory-cache](https://www.npmjs.com/package/memory-cache) but with modern implementation and TypeScript support. [![npm version](https://badge.fury.io/js/%40ebenezerdon%2Fts-node-cache.svg)](https://badge.fury.io/js/%40ebenezerdon%2Fts-node-cache) [![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)