Fixed typo in README.md

This commit is contained in:
Foil-hat-guy 2025-04-20 23:46:27 +03:00
parent fa49d17486
commit c0853ca918
No known key found for this signature in database
GPG key ID: 221CC305A7B23591

View file

@ -22,6 +22,7 @@ import (
``` ```
There is no need for additional configuration. The package have its own **init** There is no need for additional configuration. The package have its own **init**
function to detect --verbose and --quiet flags. function to detect --verbose and --quiet flags.
3. Use **PrintOut** and **PrintVerbose** functions to print 3. Use **PrintOut** and **PrintVerbose** functions to print
messages to the standard output: messages to the standard output:
```go ```go