From 9ae7df7acbd6f57361529ea6961cb960d83b6759 Mon Sep 17 00:00:00 2001
From: Tommi Nylander <tommi.nylander@control.lth.se>
Date: Fri, 13 Sep 2019 16:46:40 +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 a8edddf..1a5b455 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ chmod +x julialab1
 ```
 (Feel free to choose another text editor if you don't like gedit.) This step only needs to be done once. Henceforth you can start julia with the environment setup by running `./julialab1` in the current directory.
 4. Start `./julialab1`
-5. Install `BallAndBeam.jl` using command `using Pkg; Pkg.add(PackageSpec(url="https://gitlab.control.lth.se/processes/LabProcesses.jl.git", rev="julia1")); Pkg.add(PackageSpec(url="https://gitlab.control.lth.se/processes/BallAndBeam.jl.git", rev="tommi")); Pkg.add("JLD"); Pkg.add("ControlSystems"); Pkg.add("Plots"); using BallAndBeam` Lots of packages will now be installed, this will take some time.
+5. Install `BallAndBeam.jl` using command `using Pkg; Pkg.add(PackageSpec(url="https://gitlab.control.lth.se/processes/LabProcesses.jl.git", rev="julia1")); Pkg.add(PackageSpec(url="https://gitlab.control.lth.se/processes/BallAndBeam.jl.git", rev="tommi")); Pkg.add("JLD2"); Pkg.add("ControlSystems"); Pkg.add("Plots"); using BallAndBeam` Lots of packages will now be installed, this will take some time.
 6. Download the file FRTN35_lab1.jl from the course webpage and place it in your newly created FRTN35_lab1 directory.
 
 
-- 
GitLab