From bc7918e7a63653eaee7012eb7b563ef4e6ccdc2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag=20H=C3=A5kon=20Baardsen?= Date: Fri, 6 Nov 2020 08:20:12 +0100 Subject: [PATCH] Corrected typo in readme - appsettings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b1c026..b9c820f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The sink can also be configured from `appsettings.json` for .NET Standard / .NET } } ], - "Properties": { "Application": "SampleApp" } + "Properties": { "ApplicationName": "SampleApp" } } } ```