Skip to content

Commit 253ee25

Browse files
Use dotnet add instead of Install-Package
Use `dotet add package` for the example for installing Polly as it's more modern and cross-platform than the VS-specific `Install-Package`.
1 parent 837e32d commit 253ee25

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)