Update README.md

This commit is contained in:
SkyperTHC
2022-06-25 19:55:41 +01:00
committed by GitHub
parent 4fdf5566d7
commit c11244d840
+2 -2
View File
@@ -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
```
---