From f3ef129b286c495e4026a27a0640b4ca90c02650 Mon Sep 17 00:00:00 2001 From: Kane Rogers Date: Fri, 1 Aug 2014 11:51:30 +1000 Subject: [PATCH 1/2] Add installation instructions to README.md Now I know how to install it! :smile: --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8c298fb..56d7934 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ An Angular module that gives you access to the browsers local storage [![Build Status](https://secure.travis-ci.org/grevory/angular-local-storage.png?branch=master)](https://travis-ci.org/grevory/) +Installation: + +```bash +bower install angular-loading-bar +``` + Example use: ```javascript From 1252851e5640ee401e84f2c0a6bf1299b8bd8bcc Mon Sep 17 00:00:00 2001 From: Kane Rogers Date: Thu, 14 Aug 2014 11:52:51 +1000 Subject: [PATCH 2/2] angular-loading-bar != angular-local-storage Whoops! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56d7934..42df7aa 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ An Angular module that gives you access to the browsers local storage Installation: ```bash -bower install angular-loading-bar +bower install angular-local-storage ``` Example use: