Skip to content

Commit 273fbf3

Browse files
committed
Changed doc to not link PR but argonaut-generic-codecs directly
1 parent 62ae179 commit 273fbf3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@ Data type translation is fully and easily customizable by providing your own `Br
1313
## JSON encoding / decoding
1414

1515
For compatible JSON representations you should be using [aeson](http://hackage.haskell.org/package/aeson)'s generic encoding/decoding with default options
16-
and `gAesonEncodeJson` and `gAesonDecodeJson` from the [purescript-argonaut-codecs](https://github.com/purescript-contrib/purescript-argonaut-codecs)
17-
package, (Data.Argonaut.Aeson).
18-
19-
At the time of this writing the PR providing `Data.Argonaut.Aeson` was not yet merged.
20-
In the meantime, you can find the PR
21-
[here](https://github.com/purescript-contrib/purescript-argonaut-codecs/pull/12).
16+
and `encodeJson` and `decodeJson` from "Data.Argonaut.Generic.Aeson" in [purescript-argonaut-generic-codecs](https://github.com/purescript-contrib/purescript-argonaut-codecs).
2217

2318

2419
## Documentation

0 commit comments

Comments
 (0)