ソースを参照

fix typo

master
nitowa 2年前
コミット
cf3ed4e456
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      README.md

+ 1
- 1
README.md ファイルの表示

@@ -111,7 +111,7 @@ Since the exploit breaks the "Report" button that triggers the `page-worker` bot
111 111
 const file = location.pathname.split("/").slice(-1)[0];
112 112
 
113 113
 fetch(`/report`, {
114
-    method: "POST",
114
+    method: "post",
115 115
     headers: {
116 116
         "Content-Type": "application/json"
117 117
     },

読み込み中…
キャンセル
保存