Skip to content

Commit a013f24

Browse files
author
xxKRASHxx
committed
update readme
1 parent 173028f commit a013f24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# react-native-fix-fetch-blob
2-
A library to help you fix cocoapods installation of the react-native-fetch-blob on react-native >0.60.x
2+
A library to help you fix cocoapods installation of the `react-native-fetch-blob` on `react-native >0.60.x`
33

44
## Usage
55
**You don't need to install this package.**
66
Add a postinstall script in your package.json and every time you will install dependencies the script will run fixing the problem.
77

88
1. add postinstall script (example below);
9-
2. run `yarn install` or `npm i` if you use npm;
9+
2. run `yarn install` or `npm i`;
1010
3. rebuild project in Xcode;
1111

1212
### Example package.json with postinstall script

0 commit comments

Comments
 (0)