Updated Readme.md
authorAkshay Mankar <akshaym@thoughtworks.com>
Sat, 6 Jul 2013 15:17:59 +0000 (20:47 +0530)
committerAkshay Mankar <akshaym@thoughtworks.com>
Sat, 6 Jul 2013 15:17:59 +0000 (20:47 +0530)
README.md

index 12fcd99..9b4ecc3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ It is a simple 3 step process
 
 Add these lines in your vagrant file inside the `Vagrant::Config.run` block
 
-    config.vm.provision CopyMyConf do |copy_conf|
+    config.vm.provision :copy_my_conf do |copy_conf|
       copy_conf.git = true
       copy_conf.vim = true
       copy_conf.ssh = true