From a3cc4fd18534d9a4e134c120222bbc43f9050040 Mon Sep 17 00:00:00 2001 From: Gosha Zacharov Date: Wed, 12 Sep 2018 10:47:53 +0200 Subject: [PATCH] Fix headers and syntax highlighting in README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b75734f..e284691 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Now log4net and NLog are supported. Also Udp, Tcp and Amqp protocols are support ## Usage(log4net) -###Configuration example: +### Configuration example: -``` +```xml @@ -45,9 +45,9 @@ Now log4net and NLog are supported. Also Udp, Tcp and Amqp protocols are support ## Usage(NLog) -###Configuration example: +### Configuration example: -``` +```xml @@ -72,8 +72,8 @@ Now log4net and NLog are supported. Also Udp, Tcp and Amqp protocols are support -##Configuration parameters -###Common +## Configuration parameters +### Common * `includeSource` (default: `true`) * Whether the source of the log message should be included