Skip to content

Commit

Permalink
Fix inconsistent docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebucaran authored May 7, 2022
1 parent 164628b commit a4e74bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ List all the plugins that are currently installed using the `list` command.
```console
$ fisher list
jorgebucaran/fisher
ilancosman/tide
jorgebucaran/nvm.fish@2.1.0
ilancosman/tide@v5
jorgebucaran/nvm.fish
/home/jb/path/to/plugin
```

Expand All @@ -77,7 +77,7 @@ fisher update jorgebucaran/fisher
Remove installed plugins using the `remove` command.

```console
fisher remove jorgebucaran/nvm.fish@2.1.0
fisher remove jorgebucaran/nvm.fish
```

You may want to remove everything, including Fisher.
Expand All @@ -98,8 +98,8 @@ nano $__fish_config_dir/fish_plugins

```diff
jorgebucaran/fisher
ilancosman/tide
jorgebucaran/nvm.fish@2.1.0
ilancosman/tide@v5
jorgebucaran/nvm.fish
+ PatrickF1/fzf.fish
- /home/jb/path/to/plugin
```
Expand Down

0 comments on commit a4e74bd

Please sign in to comment.