Skip to content

Commit 93bb2c9

Browse files
authored
Update README.md
1 parent 637a8fc commit 93bb2c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build status](https://travis-ci.org/purescript-contrib/purescript-argonaut-generic.svg?branch=master)](https://travis-ci.org/purescript-contrib/purescript-argonaut-generic)
55
[![Maintainer: slamdata](https://img.shields.io/badge/maintainer-slamdata-lightgrey.svg)](http://github.com/slamdata)
66

7-
This package provides encodeJson and decodeJson functions for any data type that has a Generic instance. Currently only purescript-generics is supported (not purescript-generics-rep).
7+
This package provides `gEncodeJson` and `gDecodeJson` functions for any data types that have a `Generic` instance. Currently only [`purescript-generics`](https://github.com/purescript/purescript-generics) is supported (not [`purescript-generics-rep`](https://github.com/purescript/purescript-generics-rep)).
88

99
## Installation
1010

@@ -14,3 +14,4 @@ bower install purescript-argonaut-generic
1414

1515
## Documentation
1616

17+
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-argonaut-generic).

0 commit comments

Comments
 (0)