Skip to content

Commit 391c81d

Browse files
author
Justin Noel
committed
Fixed missing closing bracket in config example.
Signed-off-by: Justin Noel <github@calendee.com>
1 parent 9993ed4 commit 391c81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ available on the localStorageServiceProvider
2323
angular.module('yourModule', ['LocalStorageModule'])
2424
.config(['localStorageServiceProvider', function(localStorageServiceProvider){
2525
localStorageServiceProvider.setPrefix('newPrefix');
26-
});
26+
}]);
2727
```
2828
Check out the full demo and documentation at http://gregpike.net/demos/angular-local-storage/demo.html
2929

0 commit comments

Comments
 (0)