Skip to content

Commit 74f83b3

Browse files
authored
Update README.md
1 parent 5bc1b0d commit 74f83b3

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-buffer
22

3-
Type declarations and FFI wrappers for Node's Buffer class.
3+
[![Latest release](http://img.shields.io/github/release/purescript-node/purescript-node-buffer.svg)](https://github.com/purescript-node/purescript-node-buffer/releases)
4+
[![Build Status](https://travis-ci.org/purescript-node/purescript-node-buffer.svg?branch=master)](https://travis-ci.org/purescript-node/purescript-node-buffer)
5+
6+
Type declarations and FFI wrappers for Node's [Buffer API](https://nodejs.org/api/buffer.html).
7+
8+
## Installation
9+
10+
```
11+
bower install purescript-node-buffer
12+
```
413

514
## Documentation
615

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

0 commit comments

Comments
 (0)