summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/faq/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq/README.md b/docs/faq/README.md
index cf997ebdd..94eb28373 100644
--- a/docs/faq/README.md
+++ b/docs/faq/README.md
@@ -143,5 +143,5 @@ If Starship was installed using the install script, the following command will d
```sh
# Locate and delete the starship binary
-sh -c 'rm "$(which starship)"'
+sh -c 'rm "$(command -v 'starship')"'
```