--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
 
 ===== HOW-TO BUILD =====
 
-(1) Checkout the current project from https://olymp.ifs.tuwien.ac.at/svn/dp/timbus_development/TavernaExtractor.
+(1) Clone the current project from https://opensourceprojects.eu/p/timbus/context-population/extractors/taverna-extractor.
 (2) Change in the checked-out directory.
 (3) Use 'ant jar' to build the a runnable jar. 
 (4) Change to the 'dist' directory.
@@ -26,19 +26,18 @@
 
 ===== HOW-TO USE =====
 
-- A => 	-i,--inputFile <arg>	path\to\taverna\input.t2flow
-	-o,--outputFile <arg>	path\to\archimate\output.archimate
-	-d,--dependencyDir <arg>	workflow dependencies directory [OPTIONAL]
+-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	
+-d,--droid <arg>	path\where\to\save\droidOutputFile	
 	   		
-- B2 =>	-cr,--report <arg>	path\where\droidOutputFile\is\located      								
+-cr,--report <arg>	path\where\droidOutputFile\is\located      								
 		    
-- B3 =>	-ont,--ontology-file <arg>	path\to\ontology
-	-r,--reportFile <arg>	path\togenerated\DROID\CSVreport
+-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 =====