From 83e35722206ac423666114b1f4065ad52820abb7 Mon Sep 17 00:00:00 2001 From: Derek Kidd Date: Fri, 21 May 2021 16:52:33 -0500 Subject: [PATCH] Fix typos in policies.json code snippet areas Found two more: -updated OverrideFirstRunPage policies.json code snippet (missing closing brace) -updated OverridePostUpdatePage policies.json code snippet (missing closing brace) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2040b38..c4048ec 100644 --- a/README.md +++ b/README.md @@ -3483,6 +3483,7 @@ Value (string): { "policies": { "OverrideFirstRunPage": "http://example.org" + } } ``` ### OverridePostUpdatePage @@ -3518,6 +3519,7 @@ Value (string): { "policies": { "OverridePostUpdatePage": "http://example.org" + } } ``` ### PasswordManagerEnabled -- 2.34.1