Updated GoGenerateTools (markdown)
diff --git a/GoGenerateTools.md b/GoGenerateTools.md
index cb5d7e4..7645855 100644
--- a/GoGenerateTools.md
+++ b/GoGenerateTools.md
@@ -1,5 +1,5 @@
 [Go Generate](https://blog.golang.org/generate) is only useful if you have tools to use it with! Here is an incomplete list of useful tools that generate code.
 
-* [go tool yacc](https://golang.org/cmd/yacc/) -- Yacc for Go
-* [stringer](https://godoc.org/golang.org/x/tools/cmd/stringer) -- Generates Stringer types for enums
-* [jsonenums](https://github.com/campoy/jsonenums) -- Generates json.Marshaler and json.Unmarshaler types for enums
\ No newline at end of file
+* [go tool yacc](https://golang.org/cmd/yacc/) – Yacc for Go
+* [stringer](https://godoc.org/golang.org/x/tools/cmd/stringer) – Generates Stringer types for enums
+* [jsonenums](https://github.com/campoy/jsonenums) – Generates json.Marshaler and json.Unmarshaler types for enums
\ No newline at end of file