update usage

This commit is contained in:
Stephen McQuay 2015-01-23 15:23:30 -08:00
parent c90b724307
commit ad0235c778
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import (
)
const url = "http://api.urbandictionary.com/v0/define?term="
const usage = "ud <term>"
const usage = "ud: search for term on urban dictionary\n\nusage: ud <term>\n"
type response struct {
Results []result `json:"list"`