Skip to content

Commit 22a3172

Browse files
committed
Further readme tweaks
1 parent d2b2ac8 commit 22a3172

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This library assumes you're familiar with Zendesk's Official Documentation: [iOS
77
## VERSIONS
88

99
- For **Zendesk Chat v2** use version >= 0.4.0 (this requires RN 0.59 or later!)
10-
- For RN version higher than 0.59 use version >= 0.3.0 (Zendesk Chat v1)
11-
- For RN version lower than 0.59 use version <= 0.2.2 (Zendesk Chat v1)
10+
- For RN version >= 0.59 use version >= 0.3.0 (Zendesk Chat v1)
11+
- For RN version < 0.59 use version <= 0.2.2 (Zendesk Chat v1)
1212

1313
## Known Issues
1414

@@ -34,7 +34,7 @@ $ (cd ios; pod install) # and see if there are any errors
3434

3535
If you're on older react-native versions, please see the [Advanced Setup](#advanced-setup) section below
3636

37-
**Android** If you're on react-native >= 0.60, Android should autodetect this dependency. You may need to call `react-native link`
37+
**Android** If you're on react-native >= 0.60, Android should autodetect this dependency. If you're on 0.59, you may need to call `react-native link`
3838

3939
2. Call the JS Initializer:
4040

0 commit comments

Comments
 (0)