From 83bf01a5d39b305c8a6eed801942d8f3c95b3591 Mon Sep 17 00:00:00 2001
From: Merle Stahl <merle.stahl@studium.uni-hamburg.de>
Date: Tue, 14 Dec 2021 21:02:20 +0100
Subject: [PATCH] Readme

---
 Output/README.md | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/Output/README.md b/Output/README.md
index a1dcced..9e17345 100644
--- a/Output/README.md
+++ b/Output/README.md
@@ -3,7 +3,7 @@
 Citation Network
 
 ## Usage
-Input: Json-Datei json\_text.json in directory graph
+Input: Json-Datei ***json\_text.json*** in directory
 ```json
 {
     "nodes": [
@@ -34,16 +34,11 @@ Starting a Python-HTTP Server:
 Opening Server:
 [http://0.0.0.0/:\<port\>](http://0.0.0.0/:<port>)
 
-## Files in directory:
+## 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_with_citations.json
-example data
 
 ## Authors
 - Katja Ehlers
-- 
GitLab