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 c515ceb commit c5c362d
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 @@ -42,7 +42,7 @@ Removes item from cache
**Example**

```javascript
const staleItem = cache.delete("myKey");
cache.delete("myKey");
```

## evict
Expand Down Expand Up @@ -135,7 +135,7 @@ Removes item from cache
**Example**

```javascript
const staleItem = cache.remove("myKey");
cache.remove("myKey");
```

## set
Expand Down

0 comments on commit c5c362d

Please sign in to comment.