README.adoc in vagrant-sshfs-1.2.1 vs README.adoc in vagrant-sshfs-1.3.0

- old
+ new

@@ -48,12 +48,12 @@ folder plugin from the Vagrant core code and molding it to fit SSHFS. [[modes-of-operation]] == Modes of Operation -[[sharing-vagrant-host-directory-to-vagrant-guest---98-of-users]] -=== Sharing Vagrant Host Directory to Vagrant Guest - 98% of users +[[sharing-vagrant-host-directory-to-vagrant-guest---94-of-users]] +=== Sharing Vagrant Host Directory to Vagrant Guest - 94% of users This plugin uses SSHFS slave mounts (see https://github.com/dustymabe/vagrant-sshfs/issues/11[link]) to mount a directory from the Vagrant Host into the Vagrant Guest. It uses the `sftp-server` software that exists on the host and `sshfs` running in @@ -73,11 +73,11 @@ See link:#options-specific-to-arbitrary-host-mounting[Options] and link:#appendix-a-using-keys-and-forwarding-ssh-agent[Appendix A] for more information. -[[sharing-vagrant-guest-directory-to-vagrant-host---1-of-users]] -=== Sharing Vagrant Guest Directory to Vagrant Host - 1% of users +[[sharing-vagrant-guest-directory-to-vagrant-host---5-of-users]] +=== Sharing Vagrant Guest Directory to Vagrant Host - 5% of users _NOTE:_ This option is dangerous as data will be destroyed upon `vagrant destroy` This plugin allows you to share a folder from a Vagrant guest into the