Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thepirat000 authored Feb 15, 2024
1 parent c51141d commit 99b8b6f
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 @@ -520,7 +520,7 @@ The data provider can be set globally for the entire application or per audit sc
>
> If you don't specify a global data provider, it will default to a `FileDataProvider` that logs events as .json files into the current working directory.
To set the global data provider assign the `DataProvider` property on the static `Audit.Core.Configuration` object, or call the fluent API `Use()`. For example:
To set the global data provider, assign the `DataProvider` property on the static `Audit.Core.Configuration` object or call the fluent API `Use()`. For example:

```c#
Audit.Core.Configuration.DataProvider = new MyCustomDataProvider();
Expand Down

0 comments on commit 99b8b6f

Please sign in to comment.