--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 Taverna-Provenance-Extractor and Archimate-Converter v1.0
 
-This program encapsulates four different features.
+This program encapsulates two different features.
 
 Feature A: Converts a Taverna 2.4 worfklow to an Archimate model.
 Feature B: Accesses provenance data captured during a Taverna 2.4 workflow run, 
@@ -14,6 +14,7 @@
 - Apache Ant 1.9+ for building
 - DOT (comes with Graphviz)
 
+
 ===== HOW-TO BUILD =====
 
 (1) Checkout the current project from https://olymp.ifs.tuwien.ac.at/svn/dp/timbus_development/TavernaExtractor.
@@ -25,19 +26,19 @@
 
 ===== HOW-TO USE =====
 
-	A	=>	-i,--inputFile <arg>      ...specifies the taverna t2flow (input) file. \path\to\taverna\input.t2flow
-			-o,--outputFile <arg>     ...specifies the archimate (output) file. \path\to\archimate\output.archimate
-			-d,--dependencyDir <arg>  ...workflow dependencies directory. [OPTIONAL]
+- A => 	-i,--inputFile <arg>	path\to\taverna\input.t2flow
+	-o,--outputFile <arg>	path\to\archimate\output.archimate
+	-d,--dependencyDir <arg>	workflow dependencies directory [OPTIONAL]
 		   
 		   
-	B1	=>	-d,--droid <arg>       ...\path\where\to\save\droidOutputFile	
+- B1 =>	-d,--droid <arg>	path\where\to\save\droidOutputFile	
 	   		
-	B2	=>	-cr,--report <arg> 	    ...\path\where\droidOutputFile\is\located      								
+- B2 =>	-cr,--report <arg>	path\where\droidOutputFile\is\located      								
 		    
-	B3	=>	-ont,--ontology-file <arg>  ...ontology to extend. \path\to\ontology
-			-r,--reportFile <arg>	    ...generated DROID CSV report.
+- B3 =>	-ont,--ontology-file <arg>	path\to\ontology
+	-r,--reportFile <arg>	path\togenerated\DROID\CSVreport
 
-			-v, verbose		...enable verbose mode
+	-v, verbose	enable verbose mode
 		   
 ===== SAMPLE USAGE =====
 
@@ -60,7 +61,7 @@
 
 	-cr path\to\myDroidFile.droid
 	
-[C] Extend existing ontology with information about the used file formats in the workflow run:
+[B3] Extend existing ontology with information about the used file formats in the workflow run:
 
 	-ont \path\to\myOntology.owl -r \path\to\myDroidCSVreportFile.droid.csv