From d5506e670ff6182534a83d21a458a73a6a0ab0ae Mon Sep 17 00:00:00 2001
From: Leif Andersson <leif.andersson@control.lth.se>
Date: Tue, 15 Sep 2020 16:07:23 +0200
Subject: [PATCH] Update README.md

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index fbb502b..f551263 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,8 @@ always work, the SSH version should work if you have a suitable ssh key.
 
 Enter the Pkg REPL by pressing `]` from the Julia REPL. You should get a prompt like
 `(@v1.4) pkg> `.  To add this package, type
+
 `    (@v1.4) pkg> add <URL>  `
+
 where ยด<URL>` is the value you got from the clone commands above. Leave the Pkg by 
 pressing backspace or ^C. You can now type `using JuliaTikzModule` if you like.
-- 
GitLab