diff --git a/readme.md b/readme.md index dd785ca..c004438 100644 --- a/readme.md +++ b/readme.md @@ -40,7 +40,7 @@ example.go func main() { html := "Hello world. I'm not a Spam, don't kill me SpamAssassin!" - client := spamc.New() + client := spamc.New("127.0.0.1:783",10) //the 2nd parameter is optional, you can set who (the unix user) do the call reply, _ := client.Check(html, "saintienn")