Skip to content

Commit

Permalink
fix up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban Santiesteban committed Dec 8, 2020
1 parent d3e4dd7 commit 88e26ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ cache('my_unique_key', 'my value')

// get that something
var my_unique_key = cache('my_unique_key')

console.log(my_unique_key) // my value


Expand Down

0 comments on commit 88e26ed

Please sign in to comment.