mirror of https://github.com/dapr/docs.git
Merge pull request #3297 from Suhas-Kalagotla/3287-docs
docs fixed typo
This commit is contained in:
commit
191d7fd9c7
|
@ -202,7 +202,7 @@ Each release of Dapr CLI includes various OSes and architectures. You can manual
|
||||||
Verify the CLI is installed by restarting your terminal/command prompt and running the following:
|
Verify the CLI is installed by restarting your terminal/command prompt and running the following:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dapr
|
dapr -h
|
||||||
```
|
```
|
||||||
|
|
||||||
**Output:**
|
**Output:**
|
||||||
|
|
|
@ -298,7 +298,7 @@ Dapr invokes an application on any Dapr instance. In the code, the sidecar progr
|
||||||
For this example, you will need:
|
For this example, you will need:
|
||||||
|
|
||||||
- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
|
- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
|
||||||
- [.NET SDK or .NET 6 SDK installed](https://dotnet.microsoft.com/download).
|
- [.NET SDK or .NET 7 SDK installed](https://dotnet.microsoft.com/download).
|
||||||
<!-- IGNORE_LINKS -->
|
<!-- IGNORE_LINKS -->
|
||||||
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
|
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
|
||||||
<!-- END_IGNORE -->
|
<!-- END_IGNORE -->
|
||||||
|
|
Loading…
Reference in New Issue