From 15e45ddee437300a50d7ece041f644bc2e4d55da Mon Sep 17 00:00:00 2001 From: Sebastian Gregor Date: Thu, 24 Sep 2020 22:28:48 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f649ef..805f0ad 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ For now, it is manual. cmd = \"C:/Program Files/MergeVLDocs/MergeVLDocs.exe\" \"$BASE\" \"$LOCAL\" \"$REMOTE\" \"$MERGED\" path = C:/Program Files/MergeVLDocs/MergeVLDocs.exe ``` -make sure the path above is correct and the executable is at the correect location. +make sure the path above is correct and the executable is at the correct location. Note that the path is made of slashes, not back-slashes. (Sorry for the inconvenience) This configures our merge tool to be called regardless of the file type. The idea here is that our tool should do its job for VL-files, but call the previously configured tool in all other cases.