diff --git a/readme.md b/readme.md index 52e2941..dd785ca 100644 --- a/readme.md +++ b/readme.md @@ -43,7 +43,7 @@ example.go client := spamc.New() //the 2nd parameter is optional, you can set who (the unix user) do the call - reply, err := client.Check(html, "saintienn") + reply, _ := client.Check(html, "saintienn") fmt.Println(reply.Code) fmt.Println(reply.Message)