From 06e468877a8c73ce784dd4c8a2d5765eec9af3c6 Mon Sep 17 00:00:00 2001
From: Fredrik Bagge Carlson <cont-frb@ulund.org>
Date: Fri, 1 Sep 2017 09:37:15 +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 20bf043..5b82555 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ the free version of [Julia Pro](https://juliacomputing.com/products/juliapro.htm
 ```
 printf 'export JULIA_PKGDIR=/var/tmp/$USER\n' > julialab1
 printf 'export JULIA_EDITOR=gedit\n' >> julialab1
-printf 'julia6\n' >> julialab1
+printf 'julia\n' >> julialab1
 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.
-- 
GitLab