From e70fc700a0a999376f9ed5459bc2adfcbc6024b9 Mon Sep 17 00:00:00 2001 From: Patrick Marchand Date: Wed, 26 Dec 2018 11:31:32 -0500 Subject: [PATCH] Fixes to markdown links in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d804e9..241f4a7 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ by [Evolix](https://evolix.com/). ## Dependencies -make(1), (packer)[https://www.packer.io/] and -(jq)[https://stedolan.github.io/jq/], on Debian you can install +make(1), [packer](https://www.packer.io/) and +[jq](https://stedolan.github.io/jq/), on Debian you can install them with : ~~~