Switch to side-by-side view

--- a/README.md
+++ b/README.md
@@ -10,7 +10,8 @@
 - run importWSDL.sh to generate the webservice client stubs
 - run PreservationIdentifierClient e.g. with "ant PreservationIdentifierClient"
     - you can provide a parameter for an ontology to test, by default it will use the music classification scenario from http://timbus.teco.edu/ontologies (-o)
-    - you can provide a basurl for the alternative ontologies, by default it will use http://testbed.timbusproject.net/test (-b)
+    - you can provide a base url for the alternative ontologies, by default it will use http://testbed.timbusproject.net/test (-b)
+    - passing parameters with ant is done by using -Dargs="....", e.g. 'ant PreservationIdentifierClient -Dargs="-o file://someContextModelOntology.owl"'
 
 
 Notes