test
[osm/vim-emu.git] / src / emuvim / api / sonata / README.md
old mode 100644 (file)
new mode 100755 (executable)
index 30586e7..6fdc5ce
@@ -20,9 +20,9 @@ The example starts a small network with two data centers.
 
 ## Upload a package (*.son) file:
 
-To upload the file `sonata-demo.son` (from son-schema repo) do:
+To upload the file `sonata-demo-docker.son` (can be found in `son-emu/misc/`) do:
 
-* `curl -i -X POST -F package=@sonata-demo.son http://127.0.0.1:5000/packages`
+* `curl -i -X POST -F package=@sonata-demo-docker.son http://127.0.0.1:5000/packages`
 
 To list all uploaded packages do:
 
@@ -37,7 +37,6 @@ To list all running services do:
 
 * `curl http://127.0.0.1:5000/instantiations`
 
-
 ## API definition
 
 This page describes the dummy gatekeeper API. This gatekeeper fakes the original platform gatekeeper during development SDK tools like son-push.