From d4dd88993fdff5bdcb13b4d77702a45335d6bb4a Mon Sep 17 00:00:00 2001 From: Michael Fogleman Date: Fri, 19 Feb 2016 17:14:53 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59da9ac..2e8d9a3 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ SavePNG(path string, im image.Image) error ## What's Missing? -If you need any of the features below, I recommend using `cairo` instead. +If you need any of the features below, I recommend using `cairo` instead. Or even better, implement it and submit a pull request! - Clipping Regions - Gradients / Patterns @@ -121,7 +121,7 @@ If you need any of the features below, I recommend using `cairo` instead. ## 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 simpler API that will suffice for most use cases. +`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