Skip to content

Commit c243b2f

Browse files
committed
Slight ammendment to readme
1 parent 5f976b2 commit c243b2f

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
@@ -33,7 +33,7 @@ someObject =
3333
fromObject $ Object.fromFoldable [ Tuple "foo" (fromArray objects) ]
3434
```
3535

36-
The `decodeJson` and `.:` functions provided in this module make it straightforward to interrogate the `Json` object:
36+
The `decodeJson`, `.:`, `.:?`, and `.!=` functions provided in this module make it straightforward to interrogate the `Json` object:
3737

3838
```purescript
3939
newtype MyType = MyType

0 commit comments

Comments
 (0)