From 195069ea9d59502208e8706cbefbf06fae036211 Mon Sep 17 00:00:00 2001 From: Roi Ezra Date: Mon, 29 Jun 2015 09:21:11 +0300 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20cba94..2b5a346 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,24 @@ [![Code Climate](https://codeclimate.com/github/ezraroi/swissAngularSettings/badges/gpa.svg)](https://codeclimate.com/github/ezraroi/angularSettings) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) -# Angular Settings -Automatic application settings service +# Swiss Angular Settings + +Angular provider which auto generates service for saving and getting values from the local storage based on a defined schema. + +## Installation +You can install the swissAngularSettings with bower: +```bat +bower install swissAngularSettings --save +``` + +or you can add the swissAngularSettings.min.js file to your HTML page: +```html +