Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Dec 31, 2018
1 parent cdf8f38 commit 7b66c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cache.clear();
Removes item from cache

param {String} key Item key
return {Object} Item
return {Object} LRU instance

**Example**

Expand Down Expand Up @@ -130,7 +130,7 @@ cache.length; // 0 - it's a new cache!
Removes item from cache

param {String} key Item key
return {Object} Item
return {Object} LRU instance

**Example**

Expand Down

0 comments on commit 7b66c2e

Please sign in to comment.