diff options
author | Kurt <kurt.w.jung@gmail.com> | 2016-03-09 10:24:02 -0500 |
---|---|---|
committer | Kurt <kurt.w.jung@gmail.com> | 2016-03-09 10:24:02 -0500 |
commit | 1e18cfa2b64ad137749bd8a689d1b78d6bfa8584 (patch) | |
tree | de6099bbf94d3bed950482063cd69ef334c9852f | |
parent | e5f9e198dae7336427dc4de343c86ea67f8fa350 (diff) |
Build docs
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,8 +1,11 @@ -[![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 ![gofpdf](image/logo_gofpdf.jpg?raw=true "gofpdf") +[![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) +[![Build Status](https://travis-ci.org/jung-kurt/gofpdf.svg?branch=master)](https://travis-ci.org/jung-kurt/gofpdf) + Package gofpdf implements a PDF document generator with high level support for text, drawing and images. |