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