From e9e87a450898e3a09bbc8e954ac7476e6114a251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20L=C3=B3pez=20Espinosa?= Date: Thu, 21 Jan 2016 10:49:12 +0000 Subject: [PATCH] Fixed typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d556ce6..5d0a841 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ #Enumer -Enumer is a tool to generate Go code that adds useful methods Go enums (constants with a specific type) +Enumer is a tool to generate Go code that adds useful methods to Go enums (constants with a specific type). It started as a fork of [Rob Pike’s Stringer tool](https://godoc.org/golang.org/x/tools/cmd/stringer). ##Generated functions and methods