From eb538e88a55630d46235626151df3e53d4ad8205 Mon Sep 17 00:00:00 2001 From: Edwin Onuonga Date: Tue, 26 Dec 2023 00:15:09 +0000 Subject: [PATCH] fix tip --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 540d3db..f59b1f1 100644 --- a/README.md +++ b/README.md @@ -824,7 +824,8 @@ Without Rich-formatted output -> [!TIP] > [Settings for `rich-click`](https://github.com/ewels/rich-click/blob/main/src/rich_click/rich_click.py) can be provided to `feud.run`, e.g.: +> [!TIP] +> [Settings for `rich-click`](https://github.com/ewels/rich-click/blob/main/src/rich_click/rich_click.py) can be provided to `feud.run`, e.g.: > > ```python > feud.run(command, rich_settings={"SHOW_ARGUMENTS": False})