diff --git a/README.md b/README.md index 5492993..5dceadd 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ available on the localStorageServiceProvider angular.module('yourModule', ['LocalStorageModule']) .config(['localStorageServiceProvider', function(localStorageServiceProvider){ localStorageServiceProvider.setPrefix('newPrefix'); -}); +}]); ``` Check out the full demo and documentation at http://gregpike.net/demos/angular-local-storage/demo.html