Collapse country examples

This commit is contained in:
Martin Polden 2018-02-09 20:43:39 +01:00
parent c195bae4fb
commit 64bb0e56c7
1 changed files with 2 additions and 3 deletions

View File

@ -62,9 +62,8 @@ $ bat -print=b {{ .Host }}/ip
<h2>Country lookup:</h2>
<pre>
$ http {{ .Host }}/country
{{ .Country }}</pre>
<h2>Short country code (ISO 3166-1 alpha-2) lookup:</h2>
<pre>
{{ .Country }}
$ http {{ .Host }}/country-iso
{{ .CountryISO }}</pre>
{{ end }}