diff --git a/README.md b/README.md index 83b9030..c3b69e9 100644 --- a/README.md +++ b/README.md @@ -446,6 +446,7 @@ Here what you would do to setup clutchlog with the default configuration: log.strip_calls(5); log.hfill_char('.'); log.hfill_max(300); + log.hfill_style(clutchlog::fmt::fg::none); ``` And here are all the functions you may call to log something: