Update README.md

Fix typos, problematic symbols and format, and some adjusting

Signed-off-by: Farshad Davoudi <f.davoudi.r@outlook.com>
This commit is contained in:
Farshad Davoudi 2024-01-05 23:09:21 +03:30 committed by GitHub
parent c7f5100b0a
commit 9c75adcafb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 7 deletions

View File

@ -18,10 +18,9 @@ This section shows how to run applications at once using [multi-app run template
name: Install Dotnet dependencies
-->
```bash
dotnet restore
dotnet build
```
```bash
dotnet build
```
<!-- END_STEP -->
@ -39,13 +38,13 @@ sleep: 100
-->
```bash
dapr run -f .
dapr run -f .
```
3. Stop and clean up application processes
```bash
dapr stop -f .
dapr stop -f .
```
<!-- END_STEP -->
@ -90,5 +89,7 @@ You're up and running! Both Dapr and your app logs will appear here.
2. Stop and clean up application processes
```bash
dapr stop --app-id order-processor
<!-- END_STEP -->
```
<!-- END_STEP -->