diff --git a/README.md b/README.md
index bb9408afc5338fd3f20e4cebe6e7cbcb73a98f54..08b45ff3406baa74bbb769d3c33933dcc33c673e 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'.
 ```