Skip to content

Commit fdad3b3

Browse files
authored
Make it explicit that a require is needed for show_me! (#41)
As reported in: - #40
1 parent 53cce4b commit fdad3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ logger = Logger.new(xxx)
279279

280280
### Kiba::Common::DSLExtensions::ShowMe
281281

282-
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).
282+
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).
283283

284284
Usage:
285285

0 commit comments

Comments
 (0)