Fix #8598 : example in docs for box usage.
This commit is contained in:
parent
20b4766dd7
commit
9400a85324
|
@ -69,8 +69,8 @@ $ vagrant init hashicorp/precise64
|
|||
or you can update your `Vagrantfile` as follows:
|
||||
|
||||
```ruby
|
||||
Vagrant.configure("2") do
|
||||
config.box = "hashicorp/precise64"
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "hashicorp/precise64"
|
||||
end
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue