Merge pull request #243 from joellimberg/patch-1

Readme typo fix: ”plugin.” → “plugin.http.”
This commit is contained in:
Sefa Ilkimen
2019-07-30 23:46:05 +02:00
committed by GitHub
+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