From c0853ca918be9a8b07d7b200b6c1c6b854b0091e Mon Sep 17 00:00:00 2001 From: Foil-hat-guy Date: Sun, 20 Apr 2025 23:46:27 +0300 Subject: [PATCH] Fixed typo in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3491737..202e493 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ import ( ``` There is no need for additional configuration. The package have its own **init** function to detect --verbose and --quiet flags. + 3. Use **PrintOut** and **PrintVerbose** functions to print messages to the standard output: ```go