aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2020-09-05 11:45:27 +0200
committerMartin Polden <mpolden@mpolden.no>2020-09-05 11:46:23 +0200
commitfed1ffaf81122ba48cfca3898a69ce9b4bdc5e5f (patch)
tree28312cee5e7c4385d44f3346bc6de9c3474ada0e
parent0caa5873b9d2dd8e32e116fcc01ae52de5dba3c4 (diff)
index: Remove duplicated info
-rw-r--r--index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.html b/index.html
index 89a22f8..f9fa1d3 100644
--- a/index.html
+++ b/index.html
@@ -84,7 +84,7 @@
<p>Multiple command line HTTP clients are supported,
including <a href="https://curl.haxx.se/">curl</a>, <a href="https://github.com/jkbrzt/httpie">httpie</a>, <a href="https://github.com/nojima/httpie-go">httpie-go</a>, <a href="https://www.gnu.org/software/wget/">GNU
Wget</a>, <a href="https://www.freebsd.org/cgi/man.cgi?fetch(1)">fetch</a>, and <a href="https://github.com/astaxie/bat">bat</a>.</p>
- <p>All endpoints (except <code>/port</code>) can return information about a custom IP address specified via <code>?ip=</code> query parameter.</p>
+ <p>All endpoints, with the exception of <code>/port</code>, can return information about a custom IP address specified via <code>?ip=</code> query parameter.</p>
</div>
</div>
<div class="pure-g">
@@ -129,7 +129,6 @@ $ http {{ .Host }}/city
$ http {{ .Host }}/asn
{{ .ASN }}
{{ if .ASNOrg }}</pre>
- <p>Looks like you're with {{ .ASNOrg }}</p>
{{ end }}
{{ end }}
</div>