From cee2d8c33d058d8a72fe5b06d04ad3970e2bc402 Mon Sep 17 00:00:00 2001 From: Andrea Varesio <75442907+andrea-varesio@users.noreply.github.com> Date: Fri, 20 Jan 2023 13:29:45 +0000 Subject: [PATCH] add missing braces --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1f4c8ec..b9de695 100644 --- a/README.md +++ b/README.md @@ -1210,6 +1210,7 @@ Value (string): { "policies": { "DefaultDownloadDirectory": "${home}/Downloads" + } } ``` #### policies.json (Windows) @@ -1217,6 +1218,7 @@ Value (string): { "policies": { "DefaultDownloadDirectory": "${home}\\Downloads" + } } ``` ### DisableAppUpdate -- 2.34.1