diff --git a/README.md b/README.md index 3c6c6b0..2bc2c56 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # About -jquery-ajax-jstorage-cache is a plugin build for jQuery (>1.5.1) and [jStorage](http://www.jstorage.info) . It's a client-side cache plugin for AJAX response intended to save bandwith and time. All the responses are stored in the Local Storage powered by HTML5 (see [jStorage#Support](http://www.jstorage.info/#support)). +jquery-ajax-jstorage-cache is a plugin build for jQuery (>1.5.1) and [jStorage](http://www.jstorage.info) . It's a client-side cache plugin for AJAX response intended to save bandwidth and time. All the responses are stored in the Local Storage powered by HTML5 (see [jStorage#Support](http://www.jstorage.info/#support)). # How to use @@ -28,7 +28,7 @@ On your AJAX request you got 4 new parameters : * cacheTTL * Invalid cache after a certain time * In seconds - * Deault: none ( persistant in cache ) + * Deault: none ( persistent in cache ) * cacheKey * CacheKey is the key that will be used to store the response in jStorage. It allow you to delete your cache easily with the jStorage.removeKey() function. * Default: URL + TYPE(GET/POST) + DATA @@ -43,4 +43,4 @@ On your AJAX request you got 4 new parameters : # License -This project is distributed under Apache 2 License. See LICENSE.txt for more information. \ No newline at end of file +This project is distributed under Apache 2 License. See LICENSE.txt for more information.