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

Commit ea8ce57

Browse files
authored
Update README.md
1 parent 6135362 commit ea8ce57

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +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.
69

7-
# API Docs
10+
## Installation
11+
12+
```
13+
bower install purescript-generics-rep
14+
```
15+
16+
## Documentation
817

9-
API documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-generics-rep).
18+
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-generics-rep).

0 commit comments

Comments
 (0)