From 5dfaaa20782153f25616511eb7f3b650aeedb733 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Sat, 17 Apr 2021 20:38:14 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): ```