Skip to content

Commit

Permalink
Updated sample for NLog.Extensions.Hosting README.md (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot authored May 21, 2023
1 parent 9dcf8dc commit 8a8941f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NLog.Extensions.Hosting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Supported platforms:
Registration of NLog as logging provider:

```csharp
builder.UseNLog();
var hostBuilder = new HostBuilder().UseNLog();
```

Useful Links
Expand Down

0 comments on commit 8a8941f

Please sign in to comment.