Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sdvcrx committed Nov 2, 2017
1 parent 5ea0349 commit ed2dc9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Cache Promise #
# promise-cache-memorize #

Memoize promise-returning functions.

## TODO ##

[ ] Provide options for cache type
[ ] Allow cache function has its own cache timeout
- [ ] Provide options for cache type
- [ ] Multiple cache backend support
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "promise-cache",
"name": "promise-cache-memorize",
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand Down

0 comments on commit ed2dc9f

Please sign in to comment.