diff --git a/README.md b/README.md
index 60f60a5a..fcfa2722 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ This example shows the options that are currently available when using the appSe
-
+
```
@@ -122,7 +122,7 @@ In your `appsettings.json` file, under the `Serilog` node, :
"bufferBaseFilename": "C:/Temp/LogDigipolis/docker-elk-serilog-web-buffer",
"bufferFileSizeLimitBytes": 5242880,
"bufferLogShippingInterval": 5000,
- "connectionGlobalHeaders" :"Authorization=Bearer SOME-TOKEN;OtherHeader=OTHER-HEADER-VALUE"
+ "connectionGlobalHeaders" :"Authorization=Bearer SOME-TOKEN;OtherHeader=OTHER-HEADER-VALUE"
}
}]
}