dm
/
ud
forked from sm/ud
1
0
Fork 0

updated usages

This commit is contained in:
Stephen McQuay 2015-01-23 15:43:16 -08:00
parent 9703d6307f
commit ca399c05b7
2 changed files with 2 additions and 2 deletions

View File

@ -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"`

View File

@ -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
------------