From 36f36c26c7fc1a1ef92aa8f1988d51bd67b51a59 Mon Sep 17 00:00:00 2001 From: hibobmaster <32976627+hibobmaster@users.noreply.github.com> Date: Sun, 20 Aug 2023 14:50:18 +0800 Subject: [PATCH] Fix documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e72a00d..c07bffe 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ GET / get ip info from your ip address POST / get json-formatted ip info from your ip address -GET /ip/{ip} get json-formatted ip info +GET /ip/{ip} get ip info from provided ip address -POST /ip/{ip} get json-formatted ip info +POST /ip/{ip} get json-formatted ip info from provided ip address Example: ```bash