From fdad3b3a38be8d7f4512b46d9428a310bec0ad47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibaut=20Barr=C3=A8re?= Date: Fri, 1 Dec 2023 12:11:38 +0100 Subject: [PATCH] Make it explicit that a require is needed for `show_me!` (#41) As reported in: - #40 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cc856b..eb7a55e 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,7 @@ logger = Logger.new(xxx) ### Kiba::Common::DSLExtensions::ShowMe -A way to color-dump rows on the screen, useful during development when you are inspecting the data (requires either the `amazing_print` or the `awesome_print` gem). +A way to color-dump rows on the screen, useful during development when you are inspecting the data (requires either the `amazing_print` or the `awesome_print` gem - you will have to require one or the other manually yourself, in order to ensure compatibility between both gems). Usage: