From 903c974c9aa89f632061fd02d38461c6f7b11c1f Mon Sep 17 00:00:00 2001 From: Kota Furusawa Date: Wed, 23 Aug 2017 16:55:09 +0800 Subject: [PATCH] Fix README remove extra space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7680fab86..3c7d24a59 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,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 = }) ```