X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/7e8d27667545b02d5074386a6450c52820b4631e..c154b6d97a0d5c3ad1e06fbdd045e6c01aee0171:/README.md diff --git a/README.md b/README.md index fc7813a..baf14b7 100644 --- a/README.md +++ b/README.md @@ -471,8 +471,10 @@ Blocks websites from being visited. The parameters take an array of Match Patter ``` { "policies": { - "Block": [""], - "Exceptions": ["http://example.org/*"] + "WebsiteFilter": { + "Block": [""], + "Exceptions": ["http://example.org/*"] + } } } ```