diff options
Diffstat (limited to 'pnf-sim-lightweight/README.md')
-rw-r--r-- | pnf-sim-lightweight/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pnf-sim-lightweight/README.md b/pnf-sim-lightweight/README.md index 2b902d0..d52fbf7 100644 --- a/pnf-sim-lightweight/README.md +++ b/pnf-sim-lightweight/README.md @@ -15,7 +15,7 @@ echo "Hello World" | nc localhost 10000 Trigger the pnf simulator locally: ``` -~/dev/git/integration/test/mocks/masspnfsim/pnf-sim-lightweight$ curl -s -X POST -H "Content-Type: application/json" -H "X-ONAP-RequestID: 123" -H "X-InvocationID: 456" -d @config/config.json +~/dev/git/masspnf-simulator/pnf-sim-lightweight$ curl -s -X POST -H "Content-Type: application/json" -H "X-ONAP-RequestID: 123" -H "X-InvocationID: 456" -d @config/config.json http://localhost:5000/simulator/start ``` |