sm
/
ud
1
0
Fork 1
Dieser Commit ist enthalten in:
Stephen McQuay 2015-01-23 15:43:16 -08:00
Ursprung 9703d6307f
Commit ca399c05b7
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

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