From 36187741c3a217a8679231ff3a518d1ff5516053 Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Thu, 10 Feb 2022 13:07:23 -0800 Subject: [PATCH] Update README.md Fix the components path on the run command --- pub_sub/python/http/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pub_sub/python/http/README.md b/pub_sub/python/http/README.md index 70c0a49d..9a40d047 100644 --- a/pub_sub/python/http/README.md +++ b/pub_sub/python/http/README.md @@ -51,7 +51,7 @@ sleep: 10 --> ```bash -dapr run --app-id checkout --components-path ../../components/ -- python3 app.py +dapr run --app-id checkout --components-path ../../../components/ -- python3 app.py ``` @@ -93,7 +93,7 @@ sleep: 10 ```bash -dapr run --app-id order-processor --components-path ../../components/ --app-port 5001 -- python3 app.py +dapr run --app-id order-processor --components-path ../../../components/ --app-port 5001 -- python3 app.py ``` - \ No newline at end of file +