diff --git a/README.md b/README.md index 8882ad8..be55c9c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # go-dkim DKIM package for Golang +[![GoDoc](https://godoc.org/github.com/Toorop/go-dkim?status.svg)](https://godoc.org/github.com/Toorop/go-dkim) + ## Getting started ### Install @@ -42,6 +44,7 @@ import ( func main(){ // email is the email to verify (byte slice) status, err := Verify(&email) - // handle status, err + // handle status, err (see godoc for status) } -``` \ No newline at end of file +``` +