Skip to content

Commit

Permalink
Fixed minor layout issue in readme markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpowell committed Apr 17, 2012
1 parent ea2780d commit f3eed95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.markdown
Expand Up @@ -87,6 +87,7 @@ alert(lscache.get('data').name);
```

If you have multiple instances of lscache running on the same domain, you can partition data in a certain bucket via:

```js
lscache.set('response', '...', 2);
lscache.setBucket('lib');
Expand Down

0 comments on commit f3eed95

Please sign in to comment.