diff --git a/jobs/go/sdk/README.md b/jobs/go/sdk/README.md index fc1e33d17..682855a8d 100644 --- a/jobs/go/sdk/README.md +++ b/jobs/go/sdk/README.md @@ -18,19 +18,16 @@ This section shows how to run both applications at once using [multi-app run tem Open a new terminal window and run the multi app run template: + ```bash dapr run -f . @@ -84,7 +81,7 @@ After 10 seconds, the terminal output should present the `C3-PO` job being proce dapr stop -f . ``` - + ## Run the Jobs APIs individually