diff --git a/README.md b/README.md index 89b22124..358ba157 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ Conventionally, we separate the test-cases from the templates of the system unde Let's try to run a scenario from the tutorial. ```shell -kubectl-frisbee submit test demo- ./examples/tutorial/15.performance-monitoring.yml ./charts/networking/iperf2/ ./charts/system/ +kubectl-frisbee submit test demo- ./examples/tutorial/15.performance-monitoring.yml ./examples/apps/iperf2/ ./charts/system/ ``` * **demo-**: demo is the naming prefix, and the `-` indicate an autogenerated postfix (e.g, demo-326) * [./examples/tutorial/15.performance-monitoring.yml](./examples/tutorial/15.performance-monitoring.yml): the scenario executes the iperf benchmark and the monitoring stack for observing its execution.