From 9334b76543354475797808e3da57aeb00a51a2f0 Mon Sep 17 00:00:00 2001
From: gotbadger
Date: Tue, 31 Oct 2023 16:31:39 +0000
Subject: [PATCH] docs: completion guide feedback
---
docs/guides/shell-completion.md | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/docs/guides/shell-completion.md b/docs/guides/shell-completion.md
index ceb676594..30cc53e43 100644
--- a/docs/guides/shell-completion.md
+++ b/docs/guides/shell-completion.md
@@ -22,11 +22,7 @@ We currently support `zsh` `bash` and `fish`. To load completions in your curren
source <(bearer completion zsh); compdef _bearer bearer
```
-Now you can test completions:
-
-```bash
-bearer [tab]
-```
+Now you can test completions. Type `bearer` into your terminal and hit the tab button on your keyboard.
**Note:** if completions are not already enabled in your environment you will need
to enable it. In zsh you can execute the following once: