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" },