From 4b1387fc59d1d0a38d396c097059061739636d58 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Sun, 20 Dec 2009 19:49:38 +0100 Subject: README typos fixed --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 710aec5..c4d3375 100644 --- a/README +++ b/README @@ -21,7 +21,7 @@ Supported MIME formats (http://chemical-mime.sourceforge.net/): Examples: List all lazar models - curl http://webservices.in-silico.ch/model + curl http://webservices.in-silico.ch/test/model Get the representation of a lazar model curl -H "Accept:application/rdf+xml" http://webservices.in-silico.ch/test/model/{id} @@ -36,7 +36,7 @@ Predict a dataset curl -X POST -d dataset_uri={dataset_uri} http://webservices.in-silico.ch/test/model/{id} Delete a model - curl -X DELETE http://webservices.in-silico.ch/model/{id} + curl -X DELETE http://webservices.in-silico.ch/test/model/{id} More documentation: Source code (application.rb, lazar.rb) -- cgit v1.2.3