diff --git a/README.md b/README.md
index 3c7d24a59..ab235d606 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,15 @@
+# New Maintainers and Repository Location
+
+This repository no longer is the main location of "react-native-fetch-blob".
+
+The owners of this fork have agreed to maintain this package:
+
+https://github.com/joltup/rn-fetch-blob
+
+That means issues and PRs should be posted there.
+
+---
+
# react-native-fetch-blob
[](https://github.com/wkh237/react-native-fetch-blob/releases) [](https://www.npmjs.com/package/react-native-fetch-blob)  [](https://github.com/wkh237/react-native-fetch-blob/wiki) []()
@@ -236,7 +248,7 @@ RNFetchBlob
console.log('The file saved to ', res.path())
// Beware that when using a file path as Image source on Android,
// you must prepend "file://"" before the file path
- imageView =
+ imageView =
})
```