From ee8994ff90057955c428a5a949da5d064bf3ce6b Mon Sep 17 00:00:00 2001 From: Michael Fogleman Date: Wed, 3 May 2017 21:14:43 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index dc3b33c..0417f94 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Alternatively, you may use gopkg.in to grab a specific major-version: go get -u gopkg.in/fogleman/gg.v1 -## GoDoc +## Documentation https://godoc.org/github.com/fogleman/gg @@ -189,12 +189,6 @@ SavePNG(path string, im image.Image) error ![Separator](http://i.imgur.com/fsUvnPB.png) -## How Do it Do? - -`gg` is mostly a wrapper around `github.com/golang/freetype/raster`. The goal -is to provide some more functionality and a nicer API that will suffice for -most use cases. - ## Another Example See the output of this example below.