Skip to content

Commit a09ef09

Browse files
authored
Merge pull request #21 from pallix/patch-1
Rename `parseJson` to `jsonParser` in doc
2 parents b07f320 + 0917d62 commit a09ef09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Argonaut defines a type `JNull` as the type of the `null` value in JavaScript.
6969
(Or, where do `Json` values come from?)
7070

7171
If your program is receiving JSON data as a string, you probably want the
72-
`parseJson` function in `Data.Argonaut.Parser`, which is a very simple wrapper
72+
`jsonParser` function in `Data.Argonaut.Parser`, which is a very simple wrapper
7373
around JavaScript's `JSON.parse`.
7474

7575
Otherwise, `Json` values can be introduced into your program via the FFI or via

0 commit comments

Comments
 (0)