From 04f49f057612c27eb723419946113febb0849514 Mon Sep 17 00:00:00 2001
From: jwikmark <jacob@wikmark.se>
Date: Thu, 15 Mar 2018 11:29:20 +0100
Subject: [PATCH] formatting

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bf17d56..4407596 100644
--- a/README.md
+++ b/README.md
@@ -3,4 +3,8 @@
 This module is used for the doubletank lab.
 
 ## Usage
-After running `using DoubleTankLab` in the REPL, the method `runprocess()` runs the tank lab GUI with a physical process. Running `runsimulation()` runs it as a simulation. The GUI is then accessible via browser, by default at <http://0.0.0.0:8000>.
+After running 
+```julia
+using DoubleTankLab
+```
+the method `runprocess()` runs the tank lab GUI with a physical process. Running `runsimulation()` runs it as a simulation. The GUI is then accessible via browser, by default at <http://0.0.0.0:8000>.
-- 
GitLab