Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit aeddbd0

Browse files
authored
Fix typo #76
1 parent 2f5961b commit aeddbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Open `android/settings.gradle`, and add these lines which will app RNFetchBlob A
6161
```diff
6262
include ':app'
6363
+ include ':react-native-fetch-blob'
64-
+ project(':react-native-fetch-blob').projectDir = new File(rootProject.projectDir,' ../node_modules/react-native-fetch-blob/android')
64+
+ project(':react-native-fetch-blob').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-fetch-blob/android')
6565
```
6666

6767
Add this line to `MainApplication.java`, so that RNFetchBlob package becomes part of react native package.

0 commit comments

Comments
 (0)