diff --git a/README.md b/README.md index f8df539..6a3adf9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ angular.module('yourModule', ['LocalStorageModule']) function($scope, localStorageService) { // Start fresh localStorageService.clearAll(); - localStorageService.add('Favorite Sport','value'); + localStorageService.add('Favorite Sport','Ultimate Frisbee'); }]); ``` Check out the full demo and documentation at http://gregpike.net/demos/angular-local-storage/demo.html \ No newline at end of file