From 924cd9f74af3f28d995bd64ef3a1cea149d134c4 Mon Sep 17 00:00:00 2001 From: Dmitry Petukhov Date: Tue, 12 Jul 2016 16:30:22 +0500 Subject: [PATCH] Update README.md updated example variable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f60e120f9..8b34f4cc1 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,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 = }) ```