From cf3ed4e4569ed8932da98d01ad3bd43d589c562f Mon Sep 17 00:00:00 2001 From: nitowa Date: Sat, 9 Apr 2022 15:22:49 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a441f31..1361d43 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Since the exploit breaks the "Report" button that triggers the `page-worker` bot const file = location.pathname.split("/").slice(-1)[0]; fetch(`/report`, { - method: "POST", + method: "post", headers: { "Content-Type": "application/json" },