Skip to content

Commit

Permalink
Add docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk committed Sep 22, 2023
1 parent fb05338 commit ffec90b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ We are a member of the [.NET Foundation](https://www.dotnetfoundation.org/about)
| Polly.RateLimiting | [![NuGet](https://buildstats.info/nuget/Polly.RateLimiting?includePreReleases=true)](https://www.nuget.org/packages/Polly.RateLimiting/ "Download Polly.RateLimiting from NuGet.org") |
| Polly.Testing | [![NuGet](https://buildstats.info/nuget/Polly.Testing?includePreReleases=true)](https://www.nuget.org/packages/Polly.Testing/ "Download Polly.Testing from NuGet.org") |

## Documentation

Read the official documentation at <https://www.pollydocs.org/>.

## Quick start

To use Polly, you must provide a callback and execute it using [**resilience pipeline**](docs/resilience-pipelines.md). A resilience pipeline is a combination of one or more [**resilience strategies**](docs/resilience-strategies.md) such as retry, timeout, and rate limiter. Polly uses **builders** to integrate these strategies into a pipeline.
Expand Down

0 comments on commit ffec90b

Please sign in to comment.