From 8b09ffb30d9a8716107d250631b3c580aa54ba04 Mon Sep 17 00:00:00 2001 From: Kurt Date: Tue, 30 Apr 2019 15:56:57 -0400 Subject: Reinstate badges --- README.md | 7 ++++--- doc.go | 1 + document.md | 7 ++----- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9fe080b..070da17 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # GoFPDF document generator +[![MIT licensed][badge-mit]][license] +[![Report][badge-report]][report] +[![GoDoc][badge-doc]][godoc] + ![gofpdf](image/logo_gofpdf.jpg?raw=true "gofpdf") 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 diff --git a/doc.go b/doc.go index 78afc23..bc71008 100644 --- a/doc.go +++ b/doc.go @@ -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 -- cgit v1.2.1-24-ge1ad