From 473a07cadee95f2b372d47e8aee815a526a9eb6f Mon Sep 17 00:00:00 2001 From: Li Jin Date: Tue, 28 Jan 2020 03:11:38 +0800 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84e056a..9f45d27 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ end)) do http.get("ajaxtest", function(data) body[".result"]:html(data) - return http.get("ajaxprocess", data, function(processed) + return http.post("ajaxprocess", data, function(processed) body[".result"]:append(processed) return print("done") end) -- cgit v1.2.3-55-g6feb