Updated Readme
[vagrant-dotfiles.git] / README.md
index 9b4ecc3..4292537 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,16 +8,16 @@ It is a simple 3 step process
 
 ### Add gem in your vagrant
 
-    $ vagrant gem install copy_my_conf
+    $ vagrant plugin install copy_my_conf
 
 ### Add provisioner in your Vagrantfile
 
 Add these lines in your vagrant file inside the `Vagrant::Config.run` block
 
     config.vm.provision :copy_my_conf do |copy_conf|
-      copy_conf.git = true
-      copy_conf.vim = true
-      copy_conf.ssh = true
+      copy_conf.git
+      copy_conf.vim
+      copy_conf.ssh
     end
 
 Don't worry if you have any other provisioners, vagrant can work with multiple provisioners. Yay \o/