diff options
author | Kurt Jung <kurt.w.jung@gmail.com> | 2015-07-28 11:59:40 -0400 |
---|---|---|
committer | Kurt Jung <kurt.w.jung@gmail.com> | 2015-07-28 11:59:40 -0400 |
commit | c00065ecf3d69b0999d803751618ffbeec7a0b56 (patch) | |
tree | f6e0eba2b5487dcc4bb9f5938c9df793be45f4eb | |
parent | 872969f078d858d2fc9c3a43393696ebf6f2f6ef (diff) |
Remove SVG links from README
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | README.md.template | 3 |
2 files changed, 0 insertions, 6 deletions
@@ -1,8 +1,5 @@ ![gofpdf](image/logo_gofpdf.jpg?raw=true "gofpdf") -[![GoDoc](image/doc.svg)](http://godoc.org/github.com/jung-kurt/gofpdf) -[![MIT](image/mit.svg)](http://opensource.org/licenses/MIT) - Package gofpdf implements a PDF document generator with high level support for text, drawing and images. diff --git a/README.md.template b/README.md.template index 03f9cc6..a9a925d 100644 --- a/README.md.template +++ b/README.md.template @@ -1,6 +1,3 @@ ![gofpdf](image/logo_gofpdf.jpg?raw=true "gofpdf") -[![GoDoc](image/doc.svg)](http://godoc.org/github.com/jung-kurt/gofpdf) -[![MIT](image/mit.svg)](http://opensource.org/licenses/MIT) - {{.Doc}} |