Skip to content

Commit

Permalink
Merge pull request #18 from peny/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mpneuried committed Nov 19, 2014
2 parents b4fd9d4 + adca219 commit 59a9e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ myCache.del( "myKey", function( err, count ){
Callback is now optional. You can also use synchronous syntax.

```js
value = myCache.del( myKeyA" );
value = myCache.del( "myKeyA" );
// 1
```

Expand Down

0 comments on commit 59a9e7f

Please sign in to comment.