From f43b901cb4fa1346591bd7ca25e2d88638a26488 Mon Sep 17 00:00:00 2001 From: Laurent Le Goff Date: Wed, 22 Apr 2015 16:05:00 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a6ff5dc..6a3255d 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,17 @@ The package depends on [freetype-go](http://code.google.com/p/freetype-go) packa Using ----- -Install [golang](http://golang.org) and get `draw2d` +Install [golang](http://golang.org/doc/install) and get `draw2d` ``` go get github.com/llgcode/draw2d ``` -and start coding using one of the samples here. +and start coding using one of the [Samples](https://github.com/llgcode/draw2d.samples). -Some usages of draw2d [Samples](https://github.com/llgcode/draw2d.samples) -Known Softwares and Packages using draw2d ---------------------------------------- +Softwares and Packages using draw2d +----------------------------------- - [golang postscript interpreter](https://github.com/llgcode/ps) - [gonum plot](https://github.com/gonum/plot)