diff --git a/README.md b/README.md index c534185..12ad6d3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ CLI that helps to filter Mullvad servers and pick the closest one. - [x] Used protocol: OpenVPN or WireGuard; - [x] Distance from the current location; -Pinging is done using TCP iRTT, not ICMP echoes. Reasons: +Pinging is done using TCP, not ICMP. Reasons: - ICMP pinging turned out to be harder to implement, so I've decided to use TCP. - ICMP requires raw sockets and, consequently, elevated priviliges on Linux/macOS.