diff --git a/README.md b/README.md index 0d6ad62..4ca01aa 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,9 @@ myApp.controller('MainCtrl', function($scope, localStorageService) { }); ``` ###bind -Bind $scope key to localStorageService. +Bind $scope key to localStorageService. +**Usage:** `localStorageService.bind(scope, property, value[optional], key[optional])` +***key:*** The corresponding key used in local storage ```js myApp.controller('MainCtrl', function($scope, localStorageService) { //...