From 68cb504fa170d2f91f8e1522af7674c1acc64759 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Fri, 1 Jan 2021 13:25:50 -0500 Subject: [PATCH] Update README.md (#8) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23841dc..ada01fe 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,11 @@ This client fetches the list of available relay servers provided by vpngate.net. ![image](https://user-images.githubusercontent.com/4519234/103308641-e47f9300-49e0-11eb-8ff2-77c6e3e8cc7b.png) -You can check out your current IP address and region at https://nordvpn.com/what-is-my-ip/, or simply run `curl ipinfo.io` in a terminal. +You can check out your current IP address and region at https://nordvpn.com/what-is-my-ip/, or simply run the following command in a terminal: + +```sh +$ curl ipinfo.io +``` ## Requirements