From 101e797e99ae0ef13876fae2aa922371b55d2150 Mon Sep 17 00:00:00 2001
From: Martin Stiemerling <martin.stiemerling@h-da.de>
Date: Thu, 17 Sep 2020 19:22:06 +0000
Subject: [PATCH] Update 01-introduction.md

---
 documentation/design/01-introduction.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/documentation/design/01-introduction.md b/documentation/design/01-introduction.md
index 565f6ac5c..03a1544fe 100644
--- a/documentation/design/01-introduction.md
+++ b/documentation/design/01-introduction.md
@@ -4,8 +4,10 @@ Data networks consists out of a variety of different network elements, link type
 There are different approaches for network operations that are not only divided by their logical distinction but also how an implementer, typically network equipment vendor, is implementing the network elements and the particular operations. 
 
 We outline two basic approaches to network operation:
-* fully intergrated network operations of all networking planes, i.e., usually called the traditional approach.
-* separation of control- and data planes, i.e., usually called the Software Defined Networking (SDN) approch, though there have been implementations of this concept earlier than SDN with other names, e.g., Forwarding and Control Separation (ForCeS)
+
+1.  fully integrated network operations of all networking planes, i.e., usually called the traditional approach.
+2. separation of control- and data planes, i.e., usually called the Software Defined Networking (SDN) approch, though there have been implementations of this concept earlier than SDN with other names, e.g., Forwarding and Control Separation (ForCeS) and others. 
+
 
 ## Motivation
 
-- 
GitLab