From: Michael Kaply Date: Fri, 16 Mar 2018 17:33:22 +0000 (-0500) Subject: Add missing brackets in readme X-Git-Tag: 0.9~41 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/1c8811a26e4c7025e22de28b72f09bf9fdb2f79d?ds=inline Add missing brackets in readme --- diff --git a/README.md b/README.md index aaeb9cd..5279a74 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ The content of the JSON file should look like this: { "policies": { ...POLICIES... + } } ``` Policies are documented below. @@ -14,6 +15,7 @@ This policy removes access to about:addons. { "policies": { "BlockAboutAddons": true + } } ``` ### BlockAboutConfig @@ -22,6 +24,7 @@ This policy removes access to about:config. { "policies": { "BlockAboutConfig": true + } } ``` ### BlockAboutSupport