Typo, README.

This commit is contained in:
Christian Joergensen 2014-07-15 13:22:18 +02:00
parent f32411bd90
commit ca017c1955
2 changed files with 2 additions and 1 deletions

1
README.md Normal file

@ -0,0 +1 @@
[![GoDoc](https://godoc.org/bitbucket.org/chrj/smtpd?status.png)](https://godoc.org/bitbucket.org/chrj/smtpd)

@ -1,4 +1,4 @@
// Package smtpd implements a SMTP server with support for STARTTLS, authentication (PLAIN/LOGIN) and optional restrictions on the different stages of the SMTP session.
// Package smtpd implements an SMTP server with support for STARTTLS, authentication (PLAIN/LOGIN) and optional restrictions on the different stages of the SMTP session.
package smtpd
import (