From 40771decb2361e8bd90d8bb90f31236d8b1a3312 Mon Sep 17 00:00:00 2001 From: omeid matten Date: Mon, 28 Jul 2014 04:17:26 +1000 Subject: [PATCH] Better wording for Ace. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a0cb8db..ecdae27f 100644 --- a/README.md +++ b/README.md @@ -330,7 +330,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries and tools for templating and lexing.* * [amber](https://github.com/eknkc/amber) - Amber is an elegant templating engine for Go Programming Language It is inspired from HAML and Jade. -* [ace](https://github.com/yosssi/ace) - Ace is an HTML template engine for Go. This is inspired by Slim and Jade. This is a refinement of Gold. +* [ace](https://github.com/yosssi/ace) - Ace is an HTML template engine for Go, inspired by Slim and Jade. Ace is a refinement of Gold. * [kasia.go](https://github.com/ziutek/kasia.go) - Templating system for HTML and other text documents - go implementation. * [mustache](https://github.com/hoisie/mustache) - A Go implementation of the Mustache template language. * [pongo2](https://github.com/flosch/pongo2) - A Django-like template-engine for Go.