Skip to content

Commit 74cc787

Browse files
committed
readme formatting improvements
1 parent 43d37e5 commit 74cc787

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Vagrant WinNFSd
22

3-
Manage and adds support for NFS on windows.
3+
Manage and adds support for NFS on Windows.
44

55
## Supported Platforms
66

7-
As of version 1.0.6 or later Vagrant 1.5 is required. For vagrant 1.4 please use the plugin version 1.0.5 or lower.
7+
As of version 1.0.6 or later Vagrant 1.5 is required. For Vagrant 1.4 please use the plugin version 1.0.5 or lower.
88

99
Supported guests:
1010

@@ -16,17 +16,17 @@ Supported guests:
1616
$ vagrant plugin install vagrant-winnfsd
1717
```
1818

19-
## Activate NFS for vagrant
19+
## Activate NFS for Vagrant
2020

21-
To activate NFS for vagrant see: http://docs.vagrantup.com/v2/synced-folders/nfs.html
21+
To activate NFS for Vagrant see: http://docs.vagrantup.com/v2/synced-folders/nfs.html
2222

23-
The plugin extends vagrant in the way that you can use NFS also with windows. So the following hint on the vagrant documentation page is no longer true:
23+
The plugin extends Vagrant in the way that you can use NFS also with Windows. So the following hint on the Vagrant documentation page is no longer true:
2424

2525
```
2626
Windows users: NFS folders do not work on Windows hosts. Vagrant will ignore your request for NFS synced folders on Windows.
2727
```
2828

29-
You will also need to declare some sort of network in order for NFS to work (the Virtualbox implied network will not work). Luckily this is easily done by adding the following line to your Vagrantfile:
29+
You will also need to declare some sort of network in order for NFS to work (the VirtualBox implied network will not work). Luckily this is easily done by adding the following line to your `Vagrantfile`:
3030

3131
```ruby
3232
# A private dhcp network is required for NFS to work (on Windows hosts, at least)
@@ -37,7 +37,7 @@ config.vm.network "private_network", type: "dhcp"
3737

3838
### Logging
3939

40-
You activate the logging of the nfs daemon which will show the daemon window in the foreground. To activate the logging set the `config.winnfsd.logging` to `on`.
40+
You can activate the logging of the NFS daemon which will show the daemon window in the foreground. To activate the logging set the `config.winnfsd.logging` to `on`.
4141

4242
### Set uid and gid
4343

@@ -50,4 +50,4 @@ Vagrant.configure('2') do |config|
5050
end
5151
```
5252

53-
Note that will be set global, that means the uid and gid is taken from the first box which starts the nfs daemon. If a box with an other uid or gid is started after that the option will be ignored.
53+
Note that will be set global, that means the uid and gid is taken from the first box which starts the NFS daemon. If a box with an other uid or gid is started after that the option will be ignored.

0 commit comments

Comments
 (0)