From 14df42f945360ef2aa29bcba345da07006d40d83 Mon Sep 17 00:00:00 2001 From: tmzane <73077675+tmzane@users.noreply.github.com> Date: Wed, 13 Dec 2023 04:03:34 +0500 Subject: [PATCH] docs: update README Signed-off-by: tmzane <73077675+tmzane@users.noreply.github.com> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b0d6c7..6033d53 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,8 @@ logger.Alert("msg", "key", "value") Additionally, there are options to choose the API style of the arguments (`...any` or `...slog.Attr`) and to add/remove `context.Context` as the first parameter. This allows you to adjust the logging API to your own code style without sacrificing convenience. -> 💡 Various API rules for `log/slog` can be enforced by the [`sloglint`][1] linter. Give it a try too! +> [!TIP] +> Various API rules for `log/slog` can be enforced by the [`sloglint`][1] linter. Give it a try too! ## 🚀 Features