From d2b044d3bfaaa3d94bafee1dccf5eba5274f58d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcus=20Thelander=20Andr=C3=A9n?=
 <marcus.thelander_andren@control.lth.se>
Date: Mon, 15 Apr 2019 20:15:16 +0200
Subject: [PATCH] small fix to README

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 3092ab4..64e80bc 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,9 @@ receive control signals and measurements from the lab process.
 The full documentation of the package is available [here](https://gitlab.control.lth.se/labdev/LabConnections.jl/blob/julia1/docs/build/index.md).
 
 ## Package Overview
-The `LabConnections.jl` package is subdivided into two main modules; `Computer`
-and `BeagleBone`. `Computer` defines the user interface on the host
-computer side, while `BeagleBone` defines low-level types and functions meant
+The `LabConnections.jl` package is subdivided into two main modules; `LabConnections.Computer`
+and `LabConnections.BeagleBone`. `LabConnections.Computer` defines the user interface on the host
+computer side, while `LabConnections.BeagleBone` defines low-level types and functions meant
 to be used locally on the BB.
 
 ### LabConnections.Computer
-- 
GitLab