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.