From 53672c1e230df182fb055dc1aa1fb962f78696cc Mon Sep 17 00:00:00 2001 From: grevory Date: Tue, 30 Oct 2012 02:33:29 -0400 Subject: [PATCH] Updated Read Me --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84b0342..f0019a1 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ angular-local-storage An Angular module that gives you access to the browsers local storage -Remember to set your app name (settings.appName) in the settings at the beginning of localStorageModule.js. +Remember to set your app name (settings.appPrefix) in the settings at the beginning of localStorageModule.js. To do: -- Make appName available to Angular for manipulation - Set cookies as a failback for browsers that do not support local storage +- Expand Readme Example use: