diff --git a/README.md b/README.md index 9a246f9f3c440fb8ce239eddea2e592d94f24394..92e0ff14f4e00a8dad2347c75c1ae29b11f07ab9 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