From 03a06bf9a5a82dc8745240d219beb664fbf3f6d1 Mon Sep 17 00:00:00 2001 From: Brandon Dyck Date: Tue, 27 Aug 2019 17:15:48 -0600 Subject: [PATCH] Strunk and White don't like parentheses --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be01313..3772b60 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ hatmill - HTML generation DSL for Go [![GoDoc](https://godoc.org/gitlab.codemonkeysoftware.net/b/hatmill?status.svg)](https://godoc.org/gitlab.codemonkeysoftware.net/b/hatmill) ![Badge count](https://img.shields.io/badge/badges-5-yellow.svg) -`hatmill` provides a simple set of types and helper functions for writing HTML in plain Go code, without having to deal with any template languages. It is not spectacularly fast, but is comparable to the `html/template` package (at least in simple cases; run `go test -bench=. -benchmem` for proof). `hatmill` “templates” are arguably easier to read and write than many template languages. +`hatmill` provides a simple set of types and helper functions for writing HTML in plain Go code, without having to deal with any template languages. It is not spectacularly fast, but is comparable in simple cases to the `html/template` package; run `go test -bench=. -benchmem` for proof. `hatmill` “templates” are arguably easier to read and write than many template languages. `hatmill` uses [semantic versioning](https://semver.org/).