From 14ddb98692302087499768659485adc63c24df36 Mon Sep 17 00:00:00 2001 From: michaellockwood Date: Wed, 28 Mar 2018 10:25:13 +0100 Subject: [PATCH] Fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffca0c5..36441aa 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The following examples are for ASP.NET Core. The [samples](/samples) directory c ### ASP.NET Core 2.x -In `Progarm.cs`, import the `LoggingBuilder.AddGelf()` extension method from `Gelf.Extensions.Logging` and add the following to your `WebHost` configuration. +In `Program.cs`, import the `LoggingBuilder.AddGelf()` extension method from `Gelf.Extensions.Logging` and add the following to your `WebHost` configuration. ```csharp public static void Main(string[] args)