From a5bb69b6294a56bf6166ff4cb2bc1f4ccdb752aa Mon Sep 17 00:00:00 2001 From: y-yagi Date: Sun, 21 Jul 2019 20:18:11 +0900 Subject: [PATCH] Fix markdown formatting (#179) It seems correctly show in GitHub, but this may not be shown correctly in other markdown readers. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f61f4f4..f24333f 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Then you can install using [Linuxbrew](http://linuxbrew.sh/) ``` brew install mkcert -```` +``` or build from source (requires Go 1.10+)