Skip to content

Commit 81c9cc2

Browse files
committed
Update README.md
1 parent 769886c commit 81c9cc2

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,18 @@ npm install @reason-react-native/picker
2828
refer to the relevant
2929
[instructions](https://github.com/react-native-community/react-native-picker/blob/master/README.md).
3030

31-
Finally, `@reason-react-native/picker` should be added to `bs-dependencies` in
32-
`BuckleScript` configuration of the project (`bsconfig.json`). For example,
31+
`@reason-react-native/picker` should be added to `bs-dependencies` in your `bsconfig.json`. Something like
3332

34-
```json
33+
```diff
3534
{
36-
...
37-
"bs-dependencies": ["reason-react", "reason-react-native", "@reason-react-native/picker"],
38-
...
35+
//...
36+
"bs-dependencies": [
37+
"reason-react",
38+
"reason-react-native",
39+
// ...
40+
+ "@reason-react-native/picker"
41+
],
42+
//...
3943
}
4044
```
4145

0 commit comments

Comments
 (0)