Skip to content
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Witting committed Aug 23, 2013
1 parent f59f406 commit 0b8ee4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -130,7 +130,7 @@ Just load ``` <script src="path/to/js/jqache-0.1.1.min.js"></script>
`set` and `get`? You dont need them. If you hit it once, you get the exact same object the next time
until you set the `clear` argument to `true`.
### $.q( *string* selector, [*bool* clear] )
### $.q( *string* selector, [ *bool* clear ] )
```javascript
// copy $(".item") into jQache and do stuff
Expand Down Expand Up @@ -195,7 +195,7 @@ $.q.lists("inventory", true);
$.q.lists();
```

### .q.clear( [*string* namespace] )
### .q.clear( [ *string* namespace ] )

If you want to completely clear the cache or a certain namespace.

Expand Down

0 comments on commit 0b8ee4f

Please sign in to comment.