Skip to content

Commit

Permalink
Fixed typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellockwood authored Mar 28, 2018
1 parent e1812b7 commit 14ddb98
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 14ddb98

Please sign in to comment.