From e248348cb5fbf1f9e76fb4e201dc615fe948503c Mon Sep 17 00:00:00 2001 From: John W Kerns Date: Sat, 2 Sep 2017 00:00:28 -0700 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96aeef3..4a49d07 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Everybody has used a service like [WhatIsMyIP.com](https://www.whatismyip.com/) ### HOW TO USE ### Using the public **TelnetMyIP.com** and **SSHMyIP.com** services is pretty easy: simply connect to them with a terminal client. You can use a telnet client with TCP port 23 (`telnet telnetmyip.com`), or a SSH client with TCP port 22 (`ssh telnetmyip.com`). The SSH connection requires no authentication, but your SSH client may require you to enter a username, you can use anything you want as it gets ignored anyways(`ssh -limrootbitch telnetmyip.com`). -To enable the use of this service as a simple API, the response to queries is formatted as a JSON document. See the [Using the API](#using-the-api) section. +To enable the use of this service as a simple API, the response to queries is formatted as a JSON document. See the [Using the API](#using-the-api) section for information on how to leverage the API. -----------------------------------------