diff --git a/README.md b/README.md index 134a0ec26e5442f3611cee8ac5a86725935e8824..b457a6ec78943627309e0bd718a33d1496d3a4d3 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