From d37a28fb51aae85974d218f246050ed90d977536 Mon Sep 17 00:00:00 2001 From: Dubzer Date: Fri, 6 Oct 2023 23:16:52 +0300 Subject: [PATCH] Update readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 695db74..fa0fe05 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,6 @@ After awaiting a promise, we make sure that no errors has occured in Silly CORS const url = "https://silly-cors.deployment/" + "https://api.service.example/cats/1"; const response = await fetch(url, { method: "DELETE", - headers: {"Silly-Host": "api.service.example"} }); if (result.headers.get("Silly-Response")) {