From 3067fe96cb33d5fdcbeae08663132e01ddcaf88c Mon Sep 17 00:00:00 2001 From: Denis Isidoro Date: Tue, 15 Sep 2020 11:34:04 -0300 Subject: [PATCH] README: as shell widget --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46bbfc1..075e514 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ There are multiple ways to use **navi**: - by typing `navi` in the terminal - pros: you have access to all possible subcommands and flags -- by invoking it via a [shell widget](docs/installation.md#installing-the-shell-widget) in the terminal +- as a [shell widget](docs/installation.md#installing-the-shell-widget) for the terminal - pros: the shell history is correctly populated (i.e. with the actual command you ran instead of `navi`) and you can edit the command as you wish before executing it - as [aliases](docs/aliases.md) - as a [shell scripting tool](docs/shell_scripting.md)