From: Derek Kidd <dkidd928@users.noreply.github.com>
Date: Fri, 21 May 2021 21:52:33 +0000 (-0500)
Subject: Fix typos in policies.json code snippet areas
X-Git-Tag: v2.11~4^2
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/83e35722206ac423666114b1f4065ad52820abb7?ds=inline;hp=501978d5bb8fdeb0e147fbdaec421ca084bf8af0

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)
---

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