README.md in vagrant-sshfs-0.0.1 vs README.md in vagrant-sshfs-0.0.2.beta1

- old
+ new

@@ -14,10 +14,10 @@ In the `Vagrantfile`, add a configuration like this: `config.sshfs.paths = { "src" => "mountpoint" }` -`src` is the source folder in the box, `mountpoint` is the folder in the host machine. `src` is relative to the vagrant use home folder, usually `/home/vagrant`. `mountpoint` is relative to the `Vagrantfile`. +`src` is the source absolute path to the folder in the box, `mountpoint` is the folder in the host machine. `mountpoint` can be an absolute path, or relative to the `Vagrantfile`. ## Contributing If you have issues or ideas, please contribute! You can create an issue throught Github, or send a Pull Request.