]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Add missing brackets in readme
[policy-templates.git] / README.md
index aaeb9cda5b19b2e0f44d344d6a3a482dcba24e16..5279a7487f378b5527687292bab39f389fef42ea 100644 (file)
--- 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

patrick-canterino.de