Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme.md, replaced the word "cache" with "local storage". #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Gets remaining TTL (in milliseconds) for a key or 0 if not TTL has been set.
$.jStorage.flush()
```

Clears the cache.
Clears the local storage.

### index()

Expand Down Expand Up @@ -172,7 +172,7 @@ jStorage supports the following features:
Current availability: jStorage supports all major browsers - Internet Explorer 6+, Firefox 2+,
Safari 4+, Chrome 4+, Opera 10.50+

If the browser doesn't support data caching, then no exceptions are raised - jStorage can still
If the browser doesn't support local storage, then no exceptions are raised - jStorage can still
be used by the script but nothing is actually stored.

## Tests
Expand Down