fix(README.md): docs typo

master
Ariel Mashraki 10 years ago
parent bacadf1c0f
commit 6d763a76c8

@ -133,7 +133,7 @@ Checks if the browser support the current storage type(e.g: `localStorage`, `ses
```js
myApp.controller('MainCtrl', function($scope, localStorageService) {
//...
if(localStorageService.isSupported()) {
if(localStorageService.isSupported) {
//...
}
//...