diff --git a/README.md b/README.md
index 7661b0f..d2e8074 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Software to download:
------------------------------------------------------------------
**Windows:**
* VirtualBox - https://www.virtualbox.org/wiki/Downloads
-* Vagrant - http://downloads.vagrantup.com/
+* Vagrant - http://downloads.vagrantup.com/ (Vagrantfile is modified for 1.3.x)
* Putty - http://www.putty.org
**Linux:**
@@ -49,7 +49,7 @@ Configure a SSH connection in Putty:
After the connect is established you need to enter user name and password:
* user: vagrant
* pass: vagrant
-***
+
**Linux:**
Open a console and execute
```
diff --git a/Vagrantfile b/Vagrantfile
index 603922c..a1226c8 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -40,7 +40,7 @@ Vagrant::Config.run do |config|
config.vm.share_folder("aptarchives","/var/cache/apt/archives/","aptcache")
# mount repository "phpughh.github.com"
- config.vm.share_folder("phpughh.github.com","/var/www/phpughh.github.com","../phpughh.github.com", :extra => "uid=33")
+ config.vm.share_folder("phpughh.github.com","/var/www/phpughh.github.com","../phpughh.github.com", :mount_options => ["uid=33"])
# Forward a port from the guest to the host, which allows for outside
# computers to access the VM, whereas host only networking does not.