Minor tweak to the readme

This commit is contained in:
Fabio Rehm 2013-07-10 20:49:51 -03:00
parent 5f26cade6c
commit ff23fbaec4

View file

@ -188,7 +188,7 @@ from this plugin.
```ruby
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
end
```