We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ad3ab commit 3482ed5Copy full SHA for 3482ed5
README.md
@@ -42,7 +42,7 @@ This library is integration tested with the [SmtpServer NuGet package](https://w
42
43
Alternative register from code using [fluent configuration API](https://github.com/NLog/NLog/wiki/Fluent-Configuration-API):
44
45
- ```xml
+ ```csharp
46
LogManager.Setup().SetupExtensions(ext => ext.RegisterTarget<NLog.MailKit.MailTarget>());
47
```
48
0 commit comments