diff --git a/README.md b/README.md index ad2fb0ce4..c719cfc81 100644 --- a/README.md +++ b/README.md @@ -790,7 +790,7 @@ By default, rn-fetch-blob does NOT allow connection to unknown certification pro RNFetchBlob.config({ trusty : true }) -.then('GET', 'https://mysite.com') +.fetch('GET', 'https://mysite.com') .then((resp) => { // ... })