Typo, README.

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

1
README.md Normal file
View file

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

View file

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