From 43759e0c2dd722e7b4e4934162aa136029fe2d13 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Tue, 1 Dec 2020 19:41:07 +0100 Subject: [PATCH] Remove misleading installation instructions --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 46ad8c7..131734d 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,6 @@ Install `argonaut-generic` with [Spago](https://github.com/purescript/spago): spago install argonaut-generic ``` -or as part of the [Argonaut](https://github.com/purescript-contrib/purescript-argonaut) collection of libraries: - -```sh -spago install argonaut -``` - ## Quick start 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: