We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f004b6 commit 4e56e09Copy full SHA for 4e56e09
README.md
@@ -2,15 +2,15 @@
2
3
# purescript-argonaut-codecs
4
5
-`EncodeJson` and `DecodeJson` classes and instances for __purescript-argonaut__. Also useful combinators for encoding ando decoding stuff.
+`EncodeJson` and `DecodeJson` classes and instances for __purescript-argonaut__. Also useful combinators for encoding and decoding stuff.
6
7
## Installation
8
9
```shell
10
bower install purescript-argonaut-codecs
11
```
12
13
-## Documentaion
+## Documentation
14
15
- [Data.Argonaut.Encode](docs/Data/Argonaut/Encode.md)
16
- [Data.Argonaut.Decode](docs/Data/Argonaut/Decode.md)
0 commit comments