From 760ede456a5634585fc2b90e5a71fceff02e7859 Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 16 Dec 2023 16:04:52 +0200 Subject: [PATCH] fix returned value --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2870daa..562660a 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ GET socket.php?port=80&host=php.net ``` JSON { - status: bool + success: bool } ``` @@ -82,7 +82,7 @@ GET dig.php?name=php.net&records[]=A&records[]=AAAA ``` JSON { - status: bool + success: bool records: array } ``` \ No newline at end of file