Skip to content

Commit e3c9299

Browse files
authored
Update README.md
Correct `CocoaPods` installation instructions.
1 parent c957a45 commit e3c9299

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
@@ -57,8 +57,8 @@ npm install --save react-native-fetch-blob
5757
Or if using CocoaPods, add the pod to your `Podfile`, for example:
5858

5959
```
60-
pod 'react-native-fetch-blob,
61-
:path => '../node_modules/react-native-fetch-blob
60+
pod 'react-native-fetch-blob',
61+
:path => '../node_modules/react-native-fetch-blob'
6262
```
6363

6464
**Automatically Link Native Modules**

0 commit comments

Comments
 (0)