From e1f6dea320337c13924fd0aead8489c4006f0e14 Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier <47638216+alexpasmantier@users.noreply.github.com> Date: Wed, 25 Sep 2024 10:54:59 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1667ee..d0f21bf 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ https://github.com/user-attachments/assets/0bce247c-7a03-4f62-a29f-51da3c6a54b8 ## Installation ### Using Cargo ```bash -cargo install grip-grep +cargo install grip-grab ``` -**NOTE:** if using zsh with the `git` plugin, you might need to unalias `gg` in order for grip-grep's `gg` to work: +**NOTE:** if using zsh with the `git` plugin, you might need to unalias `gg` in order for grip-grab's `gg` to work: ```sh echo 'unalias gg' >> ~/.zshrc source ~/.zshrc