Skip to content

Commit bdf6b5b

Browse files
committed
Update README.md
1 parent 682943d commit bdf6b5b

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

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

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

34-
```json
34+
```diff
3535
{
36-
...
37-
"bs-dependencies": ["reason-react", "reason-react-native", "@reason-react-native/geolocation"],
38-
...
36+
//...
37+
"bs-dependencies": [
38+
"reason-react",
39+
"reason-react-native",
40+
// ...
41+
+ "@reason-react-native/geolocation"
42+
],
43+
//...
3944
}
4045
```
4146

0 commit comments

Comments
 (0)