From 32b54decde004fd0223b80fe7a0b07ef0de18b06 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcus=20Thelander=20Andr=C3=A9n?=
 <marcus.thelander_andren@control.lth.se>
Date: Sun, 11 Nov 2018 22:04:09 +0100
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 134a0ec..b457a6e 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ For each required package, simply run `Pkg.add("package_name")` in the Julia REP
 # Running the Demo Code
 First make sure that you have installed Julia v0.6 and the required packages. Then start a Julia REPL in the directory where the file `demo.jl` is located. In the Julia REPL, type `include("demo.jl")` to run the demo.
 
-Note that it may take quite some time to run the demo the first time, since all the required packages are then being compiled. It takes roughly 1 min to run the entire script with $`30^2`=900$ collocation points.
+Note that it may take quite some time to run the demo the first time, since all the required packages are then being compiled. It takes roughly 1 min to run the entire script with $`30^2=900`$ collocation points.
 
 ## Printouts
 
-- 
GitLab