From 1900fae647b03f8c23bf06e75bb5f85505bd71b1 Mon Sep 17 00:00:00 2001 From: jwikmark <jacob@wikmark.se> Date: Thu, 15 Mar 2018 11:26:57 +0100 Subject: [PATCH] readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d03588..bf17d56 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ -# DoubleTank +# DoubleTankLab -Not a module yet +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>. -- GitLab