From 303758acf9fa90f34d731343e7cd6d5a9952046c Mon Sep 17 00:00:00 2001 From: Andrew Romanov Date: Tue, 21 Jul 2015 15:06:45 +0700 Subject: [PATCH] Add installation section into README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 6c2d0fb..4f44e4d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,21 @@ # ASTORAGE A tiny API wrapper for `localStorage` that lets you safely save numbers, arrays, objects and other data types. +## Installation +Astorage is available via npm or bower. + +```bash +npm install astorage +``` + +or + +```bash +bower install astorage +``` + +Otherwise you can directly [download zip](https://github.com/andrew--r/astorage/archive/master.zip). + ## Usage and API ```javascript // define some data