diff --git a/README.md b/README.md index b1bdefba..06ecd90b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Avoid deep dependency injection complexity and instead get access to the logger ## 2. Access to streaming and print_f log call syntax -Both streaming syntax `LOG` and print_f `LOGF` syntax are available. +Both streaming syntax `LOG` and print_f `LOGF` syntax are available ``` LOGF(INFO, "Hi log %d", 123);