Skip to content

Commit 010f727

Browse files
Merge pull request #1016 from App-vNext/update-readme-example
Use dotnet add instead of Install-Package
2 parents 837e32d + 253ee25 commit 010f727

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ We are a member of the [.NET Foundation](https://www.dotnetfoundation.org/about)
1515

1616
![Polly logo](https://raw.github.com/App-vNext/Polly/main/Polly-Logo.png)
1717

18-
## Installing via NuGet
18+
## Installing via the .NET SDK
1919

20-
```text
21-
Install-Package Polly
20+
```sh
21+
dotnet add package Polly
2222
```
2323

2424
## Resilience policies

0 commit comments

Comments
 (0)