From c6febf247954a5993cd22d4be57002fea2e3446f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcus=20Thelander=20Andr=C3=A9n?=
 <marcus.thelander_andren@control.lth.se>
Date: Thu, 18 Jan 2018 16:48:56 +0100
Subject: [PATCH] Overview in README.md done.

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

diff --git a/README.md b/README.md
index 7d5e899..00509e7 100644
--- a/README.md
+++ b/README.md
@@ -43,9 +43,8 @@ different device/connection types (each has the abstract super type `AbstractDev
 * `SysLED` : Represents the System LEDs on the BBB. Used for simple testing and debugging from the host computer side.
 
 There are 2 different filestream types (each has the abstract super type `LabStream`):
-* `BeagleBoneStream` : 
-* `ComediStream` : 
-
+* `BeagleBoneStream` : Represents the data stream between the host computer and the BBB.
+* `ComediStream` : Represent the data stream between the host computer and the old IO-boxes using Comedi. 
 
 ## Getting Started
 
-- 
GitLab