Skip to content

Commit

Permalink
Add installation section into README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Romanov committed Jul 21, 2015
1 parent 7387b49 commit 303758a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 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
Expand Down

0 comments on commit 303758a

Please sign in to comment.