Skip to content

Commit 3482ed5

Browse files
authored
Update code snippet language in README
Change code snippet language from XML to C# in README.
1 parent a9ad3ab commit 3482ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This library is integration tested with the [SmtpServer NuGet package](https://w
4242

4343
Alternative register from code using [fluent configuration API](https://github.com/NLog/NLog/wiki/Fluent-Configuration-API):
4444

45-
```xml
45+
```csharp
4646
LogManager.Setup().SetupExtensions(ext => ext.RegisterTarget<NLog.MailKit.MailTarget>());
4747
```
4848

0 commit comments

Comments
 (0)