From fab8f376114382a499b6256b0738ce41b5dfd1db Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 16 Mar 2017 15:48:15 -0700 Subject: [PATCH] config: Fix broken JSON in Windows mount example The 'key: value' syntax is for objects, but 'mounts' is an array. Signed-off-by: W. Trevor King --- config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.md b/config.md index 94d94ec7f..41c20356c 100644 --- a/config.md +++ b/config.md @@ -91,7 +91,7 @@ For Windows, see [mountvol][mountvol] and [SetVolumeMountPoint][set-volume-mount ```json "mounts": [ - "myfancymountpoint": { + { "destination": "C:\\Users\\crosbymichael\\My Fancy Mount Point\\", "type": "ntfs", "source": "\\\\?\\Volume\\{2eca078d-5cbc-43d3-aff8-7e8511f60d0e}\\",