| Index: README.md | 
| diff --git a/README.md b/README.md | 
| index 60a54abc87602b63c977dfe22d03c04d5bc0edad..bc1d4bb45a9017ea736f413261be4bac35d17239 100644 | 
| --- a/README.md | 
| +++ b/README.md | 
| @@ -45,7 +45,7 @@ The most convenient way to do this is to use Vagrant, as described | 
| below. | 
|  | 
| Git users on Windows may experience issues caused by automatic line ending | 
| -conversion if the git option `core.autocrlf` is set to `true`. It is therefor | 
| +conversion if the git option `core.autocrlf` is set to `true`. It is therefore | 
| recommended to set this option to `false` or `input`, e.g. by running | 
| `git config --global core.autocrlf false`. | 
|  | 
|  |