Fix typo in Vagrantfile docs. [closes GH-58]

This commit is contained in:
Mitchell Hashimoto 2010-04-27 18:02:29 -07:00
parent 0ddc6dd5f7
commit d5e8c63fd7
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ object as its only parameter, and is automatically saved afterwards. Example:
{% highlight ruby %}
config.vm.customize do |vm|
vm.memory = 512
vm.memory_size = 512
vm.name = "My Project VM"
end
{% endhighlight %}