summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@code.google.com>2013-08-05 10:42:57 -0400
committerKurt Jung <kurt.w.jung@code.google.com>2013-08-05 10:42:57 -0400
commit762e0463f48fd61fa83e55286633da3d7fa8885c (patch)
tree375f0986511ef94002020a68c4a1163e86c2ef1a /doc.go
parentb3e554e5eaf9454cc02a9f09dc3aab9e132eb0ca (diff)
Format tweaks
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go9
1 files changed, 6 insertions, 3 deletions
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