Skip to content

Commit

Permalink
docs: Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceridan committed Dec 5, 2020
1 parent 62c5d3d commit e14d809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Also you may check the [defaults](src/Dodo.HttpClient.ResiliencePolicies/Default
.AddJsonClient(...) // HttpClientFactory to build JsonClient provided by the library with all defaults
```

2. Add resilience policy with default settings to existing HttpClient
2. Add resilience policies with default settings to existing HttpClient

```csharp
using Dodo.HttpClientResiliencePolicies;
Expand Down

0 comments on commit e14d809

Please sign in to comment.