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