diff --git a/README.md b/README.md index 94836bf..87ea404 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ https://www.nuget.org/packages/Stone_Red-C-Sharp-Utilities * Parameters: `bool condition`, `string message`, `string source`, `LogSeverity logSeverity` * Example usage: ```cs - logger.Log(IsValid(),"something is invalid", "Setup", LogSeverity.Error); + logger.Log(IsValid(),"something is invalid", "Update manager", LogSeverity.Error); ``` * Output (Depends on the specified log format): ```