summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-12-20 19:49:38 +0100
committerChristoph Helma <helma@in-silico.de>2009-12-20 19:49:38 +0100
commit4b1387fc59d1d0a38d396c097059061739636d58 (patch)
tree400c86bf41f41a8d45cf5fd64156c38fb22584d4
parentfb758ce73b5ca3a9f75452b971c161556309fae1 (diff)
README typos fixed
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
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)