Update wording on index page

This commit is contained in:
2018-05-06 21:09:25 +01:00
parent 1c8b1a4d9d
commit a4dcfa68d5

View File

@@ -35,7 +35,7 @@ func indexHandler(w http.ResponseWriter, r *http.Request) {
"\n" +
"Case-insensitive string comparison, as an API. Because ¯\\_(ツ)_/¯\n" +
"\n" +
"Example:\n" +
"Example usage:\n" +
"curl -X POST -F \"a=Foo Bar\" -F \"b=FOO BAR\" " +
"http://" + r.Host + "/\n" +
"curl -X POST http://" + r.Host + "/?a=Foo%%20Bar&b=FOO%%20BAR"