Skip to content

Commit

Permalink
docs: remove npm version batch
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur authored Dec 21, 2024
1 parent eba8d94 commit ec5abcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
Node.js solution for memoizing/caching function results on the file system

[![Coverage Status](https://coveralls.io/repos/borisdiakur/memoize-fs/badge.svg?branch=main)](https://coveralls.io/r/borisdiakur/memoize-fs?branch=main)
[![npm version](https://badge.fury.io/js/memoize-fs.svg)](http://badge.fury.io/js/memoize-fs)

## Motivation
Sometimes you have to persist cached function calls, but you do not want to deal with an extra process (i.e. managing a Redis store).
Expand Down

0 comments on commit ec5abcc

Please sign in to comment.