Skip to content

Commit 9984c50

Browse files
authored
Remove misleading installation instructions (#30)
1 parent c9663ea commit 9984c50

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ Install `argonaut-generic` with [Spago](https://github.com/purescript/spago):
1515
spago install argonaut-generic
1616
```
1717

18-
or as part of the [Argonaut](https://github.com/purescript-contrib/purescript-argonaut) collection of libraries:
19-
20-
```sh
21-
spago install argonaut
22-
```
23-
2418
## Quick start
2519

2620
We can use functions from the `Data.Argonaut.Decode.Generic.Rep` and `Data.Argonaut.Encode.Generic.Rep` modules to automatically write instances of `DecodeJson` and `EncodeJson` for our data types. The below example defines a recursive sum type, derives `Generic`, and then uses this library to write its decoding and encoding instances:

0 commit comments

Comments
 (0)