Skip to content

Commit f342cbc

Browse files
authored
Update README.md
1 parent a1b9a6b commit f342cbc

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# purescript-node-streams
22

3+
[![Latest release](http://img.shields.io/github/release/purescript-node/purescript-node-streams.svg)](https://github.com/purescript-node/purescript-node-streams/releases)
4+
[![Build Status](https://travis-ci.org/purescript-node/purescript-node-streams.svg?branch=master)](https://travis-ci.org/purescript-node/purescript-node-streams)
5+
36
A wrapper for Node's [Stream API](https://nodejs.org/api/stream.html).
47

5-
- [Example](example/Gzip.purs)
8+
## Installation
9+
10+
```
11+
bower install purescript-node-streams
12+
```
13+
14+
## Documentation
615

7-
Documentation is published on [Pursuit](https://pursuit.purescript.org/packages/purescript-node-streams).
16+
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-node-streams).

0 commit comments

Comments
 (0)