Clarify mineping wording

This commit is contained in:
Neale Pickett 2013-12-31 00:37:29 +00:00
parent 6856c5dcaa
commit 42bd8e504e
1 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,6 @@ func main() {
fmt.Println("no")
}
fmt.Println("</p>")
fmt.Println("<p>Use the external server <code>h.woozle.org</code> port <code>30919</code> to connect</p>")
fmt.Println("<p>Use the external server address <code>h.woozle.org</code>, port <code>30919</code> to join in.</p>")
fmt.Println("</body></html>")
}