Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit 49964b2

Browse files
authored
Merge pull request #18 from kejace/patch-1
Update README.md
2 parents 7b6a617 + ea8ce57 commit 49964b2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# purescript-generics-rep
22

3+
[![Latest release](http://img.shields.io/github/release/purescript/purescript-generics-rep.svg)](https://github.com/purescript/purescript-generics-rep/releases)
4+
[![Build status](https://travis-ci.org/purescript/purescript-generics-rep.svg?branch=master)](https://travis-ci.org/purescript/purescript-generics-rep)
5+
36
Generic programming using an approach inspired by GHC.Generics.
47

58
This library requires version 0.10 of the PureScript compiler, or later.
9+
10+
## Installation
11+
12+
```
13+
bower install purescript-generics-rep
14+
```
15+
16+
## Documentation
17+
18+
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-generics-rep).

0 commit comments

Comments
 (0)