Skip to content

Commit

Permalink
Fix README typo [Skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
connorads committed Sep 27, 2019
1 parent b6654bd commit a31ced1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ To use the enricher, first install the NuGet package:
Install-Package Serilog.Enrichers.Process
```

Then add `Enrich.WithProcess()` and/or `.WithProcessName()` to the `LoggerConfiguration()`:
Then add `Enrich.WithProcessId()` and/or `.WithProcessName()` to the `LoggerConfiguration()`:

```csharp
Log.Logger = new LoggerConfiguration()
Expand Down

0 comments on commit a31ced1

Please sign in to comment.