Skip to content

Commit 7dede1c

Browse files
committed
Update README.md
1 parent ee55954 commit 7dede1c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44
[![Version](https://img.shields.io/npm/v/@reason-react-native/fetch-blob.svg)](https://www.npmjs.com/@reason-react-native/fetch-blob)
55
[![Chat](https://img.shields.io/discord/235176658175262720.svg?logo=discord&colorb=blue)](https://reasonml-community.github.io/reason-react-native/discord/)
66

7-
[ReasonML](https://reasonml.github.io) /
8-
[BuckleScript](https://bucklescript.github.io) bindings for
7+
[ReScript](https://rescript-lang.org) / [Reason](https://reasonml.github.io) bindings for
98
[`rn-fetch-blob`](https://github.com/joltup/rn-fetch-blob).
109

1110
Exposed as `ReactNativeFetchBlob` module.
1211

13-
`@reason-react-native/fetch-blob` X.y._ means it's compatible with
14-
`rn-fetch-blob` X.y._
12+
`@reason-react-native/fetch-blob` X.y.\* means it's compatible with
13+
`rn-fetch-blob` X.y.\*
1514

1615
## Installation
1716

@@ -26,7 +25,7 @@ yarn add @reason-react-native/fetch-blob
2625
```
2726

2827
`@reason-react-native/fetch-blob` should be added to `bs-dependencies` in your
29-
`bsconfig.json`. Something like
28+
`bsconfig.json`:
3029

3130
```diff
3231
{

0 commit comments

Comments
 (0)