Readme.md in vagrant-vbguest-0.30.0 vs Readme.md in vagrant-vbguest-0.31.0
- old
+ new
@@ -22,10 +22,10 @@
If you're lucky, *vagrant-vbguest* does not require any configuration.
However, here is an example of `Vagrantfile`:
```ruby
-Vagrant::Config.run do |config|
+Vagrant.configure("2") do |config|
# we will try to autodetect this path.
# However, if we cannot or you have a special one you may pass it like:
# config.vbguest.iso_path = "#{ENV['HOME']}/Downloads/VBoxGuestAdditions.iso"
# or an URL:
# config.vbguest.iso_path = "http://company.server/VirtualBox/%{version}/VBoxGuestAdditions.iso"