Minor tweak to the readme
This commit is contained in:
parent
5f26cade6c
commit
ff23fbaec4
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ from this plugin.
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
Vagrant.configure("2") do |config|
|
Vagrant.configure("2") do |config|
|
||||||
config.vm.box = 'some-box-with-ruby-installed'
|
config.vm.box = 'some-box-with-rvm-installed'
|
||||||
config.cache.enable :rvm
|
config.cache.enable :rvm
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue