From 762e0463f48fd61fa83e55286633da3d7fa8885c Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Mon, 5 Aug 2013 10:42:57 -0400 Subject: Format tweaks --- doc.go | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc.go') diff --git a/doc.go b/doc.go index b2d514e..f8c92f3 100644 --- a/doc.go +++ b/doc.go @@ -43,13 +43,16 @@ Features gofpdf has no dependencies other than the Go standard library. All tests pass on Linux, Mac and Windows platforms. Like FPDF version 1.7, from which gofpdf -is derived, this package does not yet support UTF-8 source text. +is derived, this package does not yet support UTF-8 source text. gofpdf is +licensed under the MIT License. -Run +Installation + +To install the package on your system, run go get code.google.com/p/gofpdf -to install the package on your system. To receive updates, run +Later, to receive updates, run go get -u code.google.com/p/gofpdf -- cgit v1.2.1-24-ge1ad