浏览代码

#7175 improve vagrant readme (#7247)

Sandra Parsick 6 年之前
父节点
当前提交
ca5bbd7526
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      plugins/vagrant/README.md

+ 2 - 1
plugins/vagrant/README.md

@@ -1,9 +1,10 @@
 # Vagrant plugin
 # 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:
 To use it, add `vagrant` to the plugins array in your zshrc file:
 
 
 ```zsh
 ```zsh
 plugins=(... vagrant)
 plugins=(... vagrant)
 ```
 ```
+