diff --git a/README.md b/README.md index c51c7d9..6986a61 100644 --- a/README.md +++ b/README.md @@ -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()