Browse Source

#7175 improve vagrant readme (#7247)

Sandra Parsick 5 years ago
parent
commit
ca5bbd7526
1 changed files with 2 additions and 1 deletions
  1. 2 1
      plugins/vagrant/README.md

+ 2 - 1
plugins/vagrant/README.md

@@ -1,9 +1,10 @@
 # Vagrant plugin
 
-This plugin adds completion for [Vagrant](https://www.vagrantup.com/)
+This plugin adds autocompletion for [Vagrant](https://www.vagrantup.com/) commands, task names, box names and built-in handy documentation.
 
 To use it, add `vagrant` to the plugins array in your zshrc file:
 
 ```zsh
 plugins=(... vagrant)
 ```
+