From b8809a917252e6c2e36d34401763e265b4c138d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m?= Date: Wed, 22 May 2024 23:00:56 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);