Skip to content

Commit

Permalink
Merge pull request #6 from michaellockwood/dev
Browse files Browse the repository at this point in the history
Fixed typo in README.md
  • Loading branch information
mattwcole authored Mar 28, 2018
2 parents e1812b7 + 14ddb98 commit 59e8294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 59e8294

Please sign in to comment.