From c11244d840764f47194b6bc656aad70e73e4e97f Mon Sep 17 00:00:00 2001 From: SkyperTHC <5938498+SkyperTHC@users.noreply.github.com> Date: Sat, 25 Jun 2022 19:55:41 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d463e9d..3e135a5 100644 --- a/README.md +++ b/README.md @@ -211,10 +211,10 @@ dig +short myip.opendns.com @resolver1.opendns.com host myip.opendns.com resolver1.opendns.com ``` -Get more information about any IP address: +Get geolocation information about any IP address: ```sh -curl https://ipinfo.io/8.8.8.8 +curl https://ipinfo.io/8.8.8.8 | jq ``` ---