From f0ee9f844ca6b78243dae443f2e0937f312c59ce Mon Sep 17 00:00:00 2001
From: "niehues.mark@gmail.com" <niehues.mark@gmail.com>
Date: Thu, 12 Mar 2020 17:53:28 +0100
Subject: [PATCH] minor readme change

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

diff --git a/README.md b/README.md
index bb9408a..08b45ff 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,11 @@
 ### Draw Graphs used for Testing
 
 To draw all graphs, respectively create ```.tex``` snippets (that make use of the 
-[tikz-network](https://www.ctan.org/pkg/tikz-network)).
+[tikz-network](https://www.ctan.org/pkg/tikz-network)), use:
 
 ```bash
-python draw_graphs.py [export_dir_path]
+python draw_graphs.py [path]
+
+    path -  Path to the location where the .tex files
+            should be exported to. Default is './plots'.
 ```
-- 
GitLab