diff --git a/README.md b/README.md
index bf17d562cdeda1750e17ef97451fa47d773c1a23..440759636d226c49f55d05018e23311f4cf01c9a 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>.