From 56c567e989115d3c1bb4222d3a3fb7e8f42d36c0 Mon Sep 17 00:00:00 2001 From: Leif Andersson <leif.andersson@control.lth.se> Date: Tue, 15 Sep 2020 16:11:34 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f551263..a0e071c 100644 --- a/README.md +++ b/README.md @@ -42,5 +42,5 @@ Enter the Pkg REPL by pressing `]` from the Julia REPL. You should get a prompt ` (@v1.4) pkg> add <URL> ` -where ยด<URL>` is the value you got from the clone commands above. Leave the Pkg by +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