From 452d41b8b2ae6a9bd66f1404da54f86a3bcae491 Mon Sep 17 00:00:00 2001 From: Prajon Date: Tue, 17 Sep 2019 09:11:19 -0400 Subject: [PATCH] Updated typo error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 973d0e3..d5a8127 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ public class Startup } } ``` -For enabling the logging from Owin application, the follofing configuration will need to be added or updated: +For enabling the logging from Owin application, the following configuration will need to be added or updated: ```C#