diff options
author | Kurt <kurt.w.jung@gmail.com> | 2016-03-09 10:10:18 -0500 |
---|---|---|
committer | Kurt <kurt.w.jung@gmail.com> | 2016-03-09 10:10:18 -0500 |
commit | 3ad3dcf8dbd27eb2afdca497b36e14cfc371dcfc (patch) | |
tree | de7a51ade737a3933c710b81a56435e3422147de /README.md.template | |
parent | c7deb913ae65ca3253f3583ca591867b59ee4585 (diff) |
Add some badges to the README
Diffstat (limited to 'README.md.template')
-rw-r--r-- | README.md.template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md.template b/README.md.template index a9a925d..a4fa6e4 100644 --- a/README.md.template +++ b/README.md.template @@ -1,3 +1,6 @@ +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/jung-kurt/gofpdf/master/LICENSE) +[![GoDoc](https://godoc.org/github.com/jung-kurt/gofpdf?status.svg)](https://godoc.org/github.com/jung-kurt/gofpdf) + ![gofpdf](image/logo_gofpdf.jpg?raw=true "gofpdf") {{.Doc}} |