diff --git a/howto/control-concurrency/Readme.md b/howto/control-concurrency/Readme.md index c9c8e9c15..a55211ed5 100644 --- a/howto/control-concurrency/Readme.md +++ b/howto/control-concurrency/Readme.md @@ -38,10 +38,10 @@ spec: ... -### Setting max-concurrency using the Actions CLI +### Setting max-concurrency using the Dapr CLI -To set max-concurrency with the Actions CLI for running on your local dev machine, add the `max-concurrency` flag: +To set max-concurrency with the Dapr CLI for running on your local dev machine, add the `max-concurrency` flag: `dapr run --max-concurrency 1 --app-port 5000 python ./app.py`. -The above examples will effectively turn your app into a single concurrent service. \ No newline at end of file +The above examples will effectively turn your app into a single concurrent service.