Skip to content

Commit a8d48f2

Browse files
author
Jared Ramirez
authored
Update README.md
1 parent 3a5b795 commit a8d48f2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@
77
yarn add rescript-json
88
```
99

10-
### Usage
10+
Then in `bsconfig.js`:
11+
```
12+
{
13+
...,
14+
"bs-dependencies": [..., "rescript-json"]
15+
}
16+
```
17+
18+
### Checkout the Docs!
1119

12-
Usage & docs are coming! The API is 90% the same as the Elm package linked above. The biggest difference is its all `t-first` for better inference and usability with `->`
20+
The docs are [here](https://jaredramirez.github.io/rescript-json/gen/RescriptJson/Json/)!
1321

1422

0 commit comments

Comments
 (0)