summaryrefslogtreecommitdiff
path: root/plugins/vault/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/vault/README.md')
-rw-r--r--plugins/vault/README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/vault/README.md b/plugins/vault/README.md
index 69051d2b2..cc270a385 100644
--- a/plugins/vault/README.md
+++ b/plugins/vault/README.md
@@ -1,15 +1,9 @@
# Vault plugin
-Note: this plugin is deprecated. Use the [official autocompletion](https://www.vaultproject.io/docs/commands/index.html#autocompletion) instead.
-
--------
-
-Adds autocomplete options for all [vault](https://www.vaultproject.io) commands.
+This plugin adds completion for [Vault](https://www.vaultproject.io/), the secrets and sensitive data manager.
To use it, add `vault` to the plugins array in your zshrc file:
```zsh
plugins=(... vault)
```
-
-Crafted with <3 by Valentin Bud ([@valentinbud](https://twitter.com/valentinbud))