index: Remove duplicated info

This commit is contained in:
Martin Polden 2020-09-05 11:45:27 +02:00
parent 0caa5873b9
commit fed1ffaf81
1 changed files with 1 additions and 2 deletions

View File

@ -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>