diff --git a/README.md b/README.md index 4ca01aa..011681f 100644 --- a/README.md +++ b/README.md @@ -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) { //... } //...