From 197b7a8ecf0271436f9df593e1109c25cd267610 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 3 Mar 2019 08:02:59 -0700 Subject: [PATCH] Fix name of rake-completion completion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e10bde6..e736546 100644 --- a/README.md +++ b/README.md @@ -725,7 +725,7 @@ These plugins add tab completions without adding extra functions or aliases. * [pipenv (owenstranathan)](https://github.com/owenstranathan/pipenv.zsh) - automatically activates a **pipenv** when entering a directory if there is Pipfile in that directory. Includes `pipenv` completions. * [pks-autocomplete](https://github.com/tybritten/pks-zsh-autocomplete-plugin) - Adds completions for Pivotal's [PKS CLI](https://network.pivotal.io/products/pivotal-container-service) * [racket completion](https://github.com/racket/shell-completion) - Completion for [Racket](http://racket-lang.org). -* [rake-completion.zshplugin](https://github.com/unixorn/rake-completion.zshplugin) - Add fast tab completion for rakefile targets. +* [rake-completion](https://github.com/unixorn/rake-completion.zshplugin) - Add fast tab completion for rakefile targets. * [rancher-zsh-completion](https://github.com/go/rancher-zsh-completion) - Add completions for the Rancher CLI. * [razor_plugin](https://github.com/dalang/oh-my-zsh_razor_plugin) - Provides autocomplete for [Razor](https://github.com/puppetlabs/Razor). * [rustup](https://github.com/pkulev/zsh-rustup-completion) - Tab completions for Rustup.