From 6d763a76c8848804aab5bb472074e3bfe2239725 Mon Sep 17 00:00:00 2001 From: Ariel Mashraki Date: Fri, 10 Oct 2014 10:04:50 +0300 Subject: [PATCH] fix(README.md): docs typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { //... } //...