Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zevero authored Apr 13, 2017
1 parent b74670b commit 00646fa
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 @@ -12,7 +12,7 @@ Usage
-----

localStorage.set('myKey',{a:[1,2,5], b: 'ok'}); //can set a json Object
localStorage.assign('myKey'),{a:[6], c:42]}; //shallow merge using Object.assign
localStorage.assign('myKey',{a:[6], c:42}); //shallow merge using Object.assign
localStorage.has('myKey'); // --> true
localStorage.get('myKey'); // --> {a:[6], b: 'ok', c:42}
localStorage.keys(); // --> ['myKey']
Expand Down

0 comments on commit 00646fa

Please sign in to comment.