diff options
| -rw-r--r-- | README.md | 7 | ||||
| -rw-r--r-- | doc.go | 1 | ||||
| -rw-r--r-- | document.md | 7 | 
3 files changed, 7 insertions, 8 deletions
| @@ -1,5 +1,9 @@  # GoFPDF document generator +[![MIT licensed][badge-mit]][license] +[![Report][badge-report]][report] +[![GoDoc][badge-doc]][godoc] +    Package gofpdf implements a PDF document generator with high level support for @@ -224,9 +228,6 @@ UTF-8 runes to code page bytes is provided.  * Improve test coverage as reported by the coverage tool. - - -  [badge-author]: https://img.shields.io/badge/author-Kurt_Jung-blue.svg  [badge-doc]: https://img.shields.io/badge/godoc-GoFPDF-blue.svg   [badge-github]: https://img.shields.io/badge/project-Git_Hub-blue.svg @@ -234,5 +234,6 @@ UTF-8 runes to code page bytes is provided.  • Improve test coverage as reported by the coverage tool. +  */  package gofpdf diff --git a/document.md b/document.md index 9332687..d0f79cb 100644 --- a/document.md +++ b/document.md @@ -4,7 +4,7 @@  ~m~  [![Git Hub repository][badge-github]][github]  [![Kurt Jung][badge-author]][jung] -~m~ +~rm~  [![MIT licensed][badge-mit]][license]  [![Report][badge-report]][report]  [![GoDoc][badge-doc]][godoc] @@ -234,11 +234,8 @@ Matusiak added supported for word spacing.  UTF-8 runes to code page bytes is provided.  * Improve test coverage as reported by the coverage tool. -~mr~ - - - +~mr~  [badge-author]: https://img.shields.io/badge/author-Kurt_Jung-blue.svg  [badge-doc]: https://img.shields.io/badge/godoc-GoFPDF-blue.svg   [badge-github]: https://img.shields.io/badge/project-Git_Hub-blue.svg | 
