From 6c7c1eabec32cc4ceb9a2a343c98dd73b891c9cd Mon Sep 17 00:00:00 2001 From: rbasso Date: Fri, 30 Sep 2016 12:34:33 +0900 Subject: [PATCH] documentation: Remove brackets from README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90d25a369..2c2459481 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ stack test --pedantic ### Running HLint All code in this repository should be as idiomatic as possible, so we -enforce in [Travis-CI] that it returns `No hints` when processed by +enforce in Travis-CI that it returns `No hints` when processed by HLint. It is highly recommended to run `hlint` on your sources before opening