Browse Source

Update README.md

Correct `CocoaPods` installation instructions.
Binur Konarbai 8 years ago
parent
commit
e3c9299222
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

57
 Or if using CocoaPods, add the pod to your `Podfile`, for example:
57
 Or if using CocoaPods, add the pod to your `Podfile`, for example:
58
 
58
 
59
 ```
59
 ```
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'
62
 ```
62
 ```
63
 
63
 
64
 **Automatically Link Native Modules**
64
 **Automatically Link Native Modules**