Skip to content

Commit

Permalink
Add NPM reference to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
erayd committed Sep 7, 2016
1 parent 748958d commit fc02593
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Spique does not require an initial or maximum size (although you can define a
maximum if you wish), and will both grow and shrink dynamically as items are
added and removed.

Spique is available [via npm](https://www.npmjs.com/package/spique):
```bash
npm install spique
```

## API
```javascript
var Spique = require('spique');
Expand Down

0 comments on commit fc02593

Please sign in to comment.