Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurélien Ooms committed Apr 22, 2015
1 parent 1ac386d commit 72b1553
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ _**F**irst **I**n, **F**irst **O**ut_ data structures code bricks for JavaScript
[![GitHub issues](http://img.shields.io/github/issues/aureooms/js-fifo.svg?style=flat)](https://github.com/aureooms/js-fifo/issues)
[![Inline docs](http://inch-ci.org/github/aureooms/js-fifo.svg?branch=master&style=shields)](http://inch-ci.org/github/aureooms/js-fifo)

##Installation

Can be managed through [duo](https://github.com/duojs/duo),
[component](https://github.com/componentjs/component),
[bower](https://github.com/bower/bower), or
Expand All @@ -24,6 +26,8 @@ Can be managed through [duo](https://github.com/duojs/duo),
let fifo = require( "aureooms-js-fifo" ) ;
```

##Usage

All data structures implemented in this package follow the following interface,

```js
Expand Down

0 comments on commit 72b1553

Please sign in to comment.