aboutsummaryrefslogtreecommitdiffstats
path: root/pnf-sim-lightweight/README.md
diff options
context:
space:
mode:
authorLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>2020-12-16 09:33:20 +0000
committerGerrit Code Review <gerrit@onap.org>2020-12-16 09:33:20 +0000
commitbc8a51942c2cb6131a7cba391177a9c8b14171cb (patch)
tree446fae8201fb8a8a904309a8bcc7b173860705ef /pnf-sim-lightweight/README.md
parentab27141d3585af25de56f00cb763f08d734299e0 (diff)
parent379a16c8405c3955ec06505470ace005db08e96c (diff)
Merge "Fix paths that have changed after moving the code to it's own repo"
Diffstat (limited to 'pnf-sim-lightweight/README.md')
-rw-r--r--pnf-sim-lightweight/README.md2
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
```