From 912b28c7afb6517928278fb875ee2e1050e286e9 Mon Sep 17 00:00:00 2001 From: Wonday Date: Thu, 19 Jul 2018 15:36:18 +0800 Subject: [PATCH] fix rn-fetch-blob link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a09841a7..c2fd251a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A react native PDF view component (cross-platform support) * support password protected pdf ### Installation -We use [`rn-fetch-blob`](https://github.com/wonday/react-native-pdf#installation) to handle file system access in this package, +We use [`rn-fetch-blob`](https://github.com/joltup/rn-fetch-blob) to handle file system access in this package, So you should install react-native-pdf and rn-fetch-blob ```bash