Readme typo fix: ”plugin.” → “plugin.http.”

This commit is contained in:
Joel Limberg
2019-07-26 22:07:46 +03:00
committed by GitHub
parent 40aa944d0f
commit 5a9c176bca
+1 -1
View File
@@ -108,7 +108,7 @@ cordova.plugin.http.setRequestTimeout(5.0);
Configure if it should follow redirects automatically. This defaults to true.
```js
cordova.plugin.setFollowRedirect(true);
cordova.plugin.http.setFollowRedirect(true);
```
### getCookieString