From 42e629e34d65c919afed8f46862d0da385e65310 Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Thu, 25 Jun 2020 10:35:29 +0200 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 071161a..c656f12 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ cordova.plugin.http.useBasicAuth('user', 'password'); ``` ### setHeader -Set a header for all future requests to a specified host. Takes a hostname, a header and a value (must be a string value). +Set a header for all future requests to a specified host. Takes a hostname, a header and a value (must be a string value or null). ```js cordova.plugin.http.setHeader('Hostname', 'Header', 'Value');