From 8c4a1fa438b32783dd001644fdbc21177f536b36 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Fri, 10 Jun 2022 15:12:05 +0300 Subject: [PATCH] small readme fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84f7be4..e6e0987 100644 --- a/README.md +++ b/README.md @@ -372,7 +372,7 @@ The full text of the script may look like this: ``` function on_alarm() - net:get_text("http://api.icndb.com/jokes/random") + http:get("http://api.icndb.com/jokes/random") end function on_network_result(result)