Skip to content

Commit f17e2d1

Browse files
Updated README to remove references to gEncodeJson and gDecodeJson
1 parent 2ba4972 commit f17e2d1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@
55
[![Pursuit](http://pursuit.purescript.org/packages/purescript-argonaut-generic/badge)](http://pursuit.purescript.org/packages/purescript-argonaut-generic/)
66
[![Maintainer: thomashoneyman](https://img.shields.io/badge/maintainer-thomashoneyman-lightgrey.svg)](http://github.com/thomashoneyman)
77

8-
This package provides `gEncodeJson` and `gDecodeJson` functions for any data types that have a `Generic` instance, and `genericEncodeJson` and `genericDecodeJson` functions for any data types that have a `Rep.Generic` instance.
8+
This package provides `genericEncodeJson` and `genericDecodeJson` functions for any data types that have a `Generic.Rep` instance.
99

1010
## Installation
1111

1212
```shell
13+
# with Spago
14+
spago install argonaut-generic
15+
16+
# with Bower
1317
bower install purescript-argonaut-generic
1418
```
1519

0 commit comments

Comments
 (0)