From c929d408af84dca3c6e3f456efe8848185f9feb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Nieto?= <xiam@menteslibres.org> Date: Tue, 24 Jul 2012 07:14:30 -0500 Subject: [PATCH] Adding canvas to the main README. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a246f9f..92e0ff14 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ gosexy is a general purpose framework for Go that provides [sugar](http://en.wik ## Getting sexy -In order to get sexy, you should pull the source +You can get sexy too, just pull the source. $ go get github.com/xiam/gosexy @@ -14,8 +14,9 @@ Then import ``gosexy`` into your program ## Sugar wrappers -* [gosexy/db](https://github.com/xiam/gosexy/tree/master/db) -* [gosexy/yaml](https://github.com/xiam/gosexy/tree/master/yaml) +* [gosexy/db](https://github.com/xiam/gosexy/tree/master/db) - Database abstractions. +* [gosexy/yaml](https://github.com/xiam/gosexy/tree/master/yaml) - YAML reader/writer. +* [gosexy/canvas](https://github.com/xiam/gosexy/tree/master/canvas) - Image manipulation. ## Sugar types -- GitLab