From 016be6ed13ae7246279f67259c64a927c2933e82 Mon Sep 17 00:00:00 2001 From: Tien Pham <97005404+Tienbruh@users.noreply.github.com> Date: Sun, 4 Aug 2024 22:44:44 +0000 Subject: [PATCH 1/2] Fixed vague wording in readme Co-authored-by: hoonman Co-authored-by: JesusG2022 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff4373814c..4de575fd79 100644 --- a/README.md +++ b/README.md @@ -672,7 +672,8 @@ register-python-argcomplete --shell fish openai > ~/.config/fish/config.fish ``` ### Usage -After completing the appropriate steps for your shell, restart the terminal and try: +After completing the appropriate steps for your shell, try doing the following action: +_(If you have activated permanent argument completion, restart your terminal before proceeding)_ ```shell openai ``` From 0566711e0df378901f9b04c325de547859a6e28b Mon Sep 17 00:00:00 2001 From: Tien Pham <97005404+Tienbruh@users.noreply.github.com> Date: Sun, 4 Aug 2024 22:49:23 +0000 Subject: [PATCH 2/2] Modified readme layout Co-authored-by: hoonman Co-authored-by: JesusG2022 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4de575fd79..2d46205f44 100644 --- a/README.md +++ b/README.md @@ -672,8 +672,8 @@ register-python-argcomplete --shell fish openai > ~/.config/fish/config.fish ``` ### Usage -After completing the appropriate steps for your shell, try doing the following action: -_(If you have activated permanent argument completion, restart your terminal before proceeding)_ +After completing the appropriate steps for your shell, try the following action: +>_If you have activated permanent argument completion, restart your terminal before proceeding._ ```shell openai ```