Skip to content

Commit b195d60

Browse files
committed
website: fixes for note about version number
1 parent 32f438e commit b195d60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docs/install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,18 +105,18 @@ When it's done, you are ready to
105105

106106
## Note about `reason-react-native` version number
107107

108-
We decided to try something simple for you
108+
We decided to try something simple for you:
109109

110110
⚛️ `reason-react-native` `0.60.*` means it should work with `react-native`
111111
`^0.60.0`.
112112

113-
We reserve patches for internal fix like react-native patches won't affect our
114-
bindings. This means last digit
113+
We keep patch number for bindings fixes. `react-native` patches should not
114+
affect our bindings. This means last digit don't need to match each others:
115115

116116
- `react-native@0.60.8` should work with `reason-react-native@0.60.0`
117117
- `react-native@0.60.2` should work with `reason-react-native@0.60.4`
118118

119-
👉 **`reason-react-native` `0.x.*` means it should work with
119+
👉 In short: **`reason-react-native` `0.x.*` means it should work with
120120
`react-native@^0.x.*`**.
121121

122122
---

0 commit comments

Comments
 (0)