From 72365b3ba3a739cf6df97309c64328962d4097a5 Mon Sep 17 00:00:00 2001
From: Merle Stahl <merle.stahl@studium.uni-hamburg.de>
Date: Wed, 15 Dec 2021 14:11:45 +0100
Subject: [PATCH] =?UTF-8?q?aufger=C3=A4umt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Output/README.md | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/Output/README.md b/Output/README.md
index 9e17345..e6fa0c0 100644
--- a/Output/README.md
+++ b/Output/README.md
@@ -1,9 +1,10 @@
 # Projekt CiS-Projekt 2021/22
 
-Citation Network
+Citation network made with **d3.js**
 
 ## Usage
-Input: Json-Datei ***json\_text.json*** in directory
+### Input 
+Json file **json\_text.json** in directory
 ```json
 {
     "nodes": [
@@ -26,18 +27,18 @@ Input: Json-Datei ***json\_text.json*** in directory
 }
 ```
 
-Starting a Python-HTTP Server:
+### Display the Citation Network
+Starting a python web server:
 ```sh
    cd <path to file> &&python3 -m http.server <port>
 ```
-
-Opening Server:
+Access to the server:
 [http://0.0.0.0/:\<port\>](http://0.0.0.0/:<port>)
 
 ## Files in directory
-- ***index.html***: webpage
-- ***cn.js***: javascript code for force-directed graph, text elements and legend
-- ***json_text.json***: example data
+- **index.html**: webpage
+- **cn.js**: javascript code for force-directed graph, text elements and legend
+- **json_text.json**: example data
 
 
 ## Authors
-- 
GitLab