diff --git a/README.md b/README.md index 73687bc..f000c09 100755 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ func (s *Session) Mail(from string) error { } func (s *Session) Rcpt(to string) error { - log.Println("Rcpt to:", from) + log.Println("Rcpt to:", to) return nil }