From 388ec6c90b47722693ce66bf396379a9552b53b3 Mon Sep 17 00:00:00 2001 From: Grant Birkinbine Date: Mon, 13 Nov 2023 22:16:42 -0700 Subject: [PATCH] Update README.md add note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f2bfac1..0f7fa24 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A redacting Ruby logger to prevent the leaking of secrets via logs +> This Gem wraps the official Ruby [`logger`](https://github.com/ruby/logger) utility + ![Gem](docs/assets/gem.png) ## Installation 💎