sm
/
ud
1
0
Fork 1

updated usages

Esse commit está contido em:
Stephen McQuay 2015-01-23 15:43:16 -08:00
commit ca399c05b7
2 arquivos alterados com 2 adições e 2 exclusões

Ver arquivo

@ -13,7 +13,7 @@ import (
)
const url = "http://api.urbandictionary.com/v0/define?term="
const usage = "ud: search for term on urban dictionary\n\nusage: ud <term>\n"
const usage = "ud: confirm that the term you're thinking of has already been added to urban dictionary\n\nusage: ud <term>\n"
type response struct {
Results []result `json:"list"`

Ver arquivo

@ -1,7 +1,7 @@
ud
==
get definitions from urbandictionary from the comfort of your command prompt.
confirms your hunch that the phrase of which you're thinking is already in urban dictionary
installation
------------