From dcd394b586c8181b55b659525e5f5875b5a5fb36 Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Tue, 8 Apr 2014 10:11:02 +0200 Subject: [PATCH] updated readme formatting --- ch.psi.fda/Readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ch.psi.fda/Readme.md b/ch.psi.fda/Readme.md index 17ade4c..5592024 100644 --- a/ch.psi.fda/Readme.md +++ b/ch.psi.fda/Readme.md @@ -13,12 +13,13 @@ The FDA server is started as follows: usage: fda -h Help -p Server port (default: 8080) - -s Server address (default: x07mb-cons-1) + -s Server address (default: localhost) ``` Start new scan: + ``` -curl -X PUT -d @scan1d.xml -H 'Content-Type:application/xml' http://emac:8080/fda/scan +curl -X PUT -d @scan1d.xml -H 'Content-Type:application/xml' http://localhost:8080/fda/scan ``` ## Viewer