From 31c4863bf5d2fc85ed4b1795d4b34a6cade6c616 Mon Sep 17 00:00:00 2001 From: Gregory Pike Date: Thu, 26 Dec 2013 22:52:45 -0500 Subject: [PATCH] Updated documentation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d95d2f9..6c75b08 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ angular.module('yourModule', ['LocalStorageModule']) }]); /* -To set the prefix of your localStorage name, you can use the setPrefix method available on the localStorageServiceProvider +To set the prefix of your localStorage name, you can use the setPrefix method +available on the localStorageServiceProvider */ angular.module('yourModule', ['LocalStorageModule']) .config(['localStorageServiceProvider', function(localStorageServiceProvider){