Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
chore: add badges 💅
Browse files Browse the repository at this point in the history
  • Loading branch information
rictorres committed Jan 4, 2019
1 parent 736d019 commit f1c2f74
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# @new10com/lru-memoizer

[![NPM version][npm-image]][npm-url]
[![Release][release-image]][release-url]
[![Install Size][install-size-image]][install-size-url]

[npm-image]: https://img.shields.io/npm/v/@new10com/lru-memoizer.svg
[npm-url]: https://www.npmjs.org/package/@new10com/lru-memoizer
[release-image]: https://img.shields.io/github/release/new10com/lru-memoizer.svg
[release-url]: https://github.com/new10com/lru-memoizer/releases/latest
[install-size-image]: https://packagephobia.now.sh/badge?p=@new10com/lru-memoizer
[install-size-url]: https://packagephobia.now.sh/result?p=@new10com/lru-memoizer

Memoize functions results using an lru-cache.

## Installation
Expand Down

0 comments on commit f1c2f74

Please sign in to comment.