Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thepirat000 committed Feb 15, 2024
1 parent d0b06b4 commit f99888a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Audit.NET.Polly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ To facilitate the [hedging strategy](https://www.pollydocs.org/strategies/hedgin
For instance, to establish a hedging policy for a data provider so in case of exceptions, the Audit Events will be written to a different data provider using a hedging strategy:

```c#
Audit.Polly
using Audit.Polly;

var primaryDataProvider = new SqlDataProvider(...);
var secondaryDataProvider = new FileDataProvider(...);
Expand Down

0 comments on commit f99888a

Please sign in to comment.