From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Tue, 22 Oct 2019 14:21:52 +0000 (-0500)
Subject: Merge pull request #463 from mueller-ma/patch-1
X-Git-Tag: v1.10~4
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/1f8ae183f6a4bc02ab0ffcedd7460ed70ce74304?hp=4780aef4aeefae1cc3a05cfa06760c2ab55e553b
Merge pull request #463 from mueller-ma/patch-1
Fix plist highlighting
---
diff --git a/mac/README.md b/mac/README.md
index 2e49437..eda6285 100644
--- a/mac/README.md
+++ b/mac/README.md
@@ -19,12 +19,12 @@ For example, this policy:
}
```
which would be set in the plist file like this:
-```plist
- Homepage
-
- URL
- http://example.com
-
+```xml
+Homepage
+
+ URL
+ http://example.com
+
```
Correctly writing the nested value with the `defaults` command can be hard, so you can flatten the keys by separating them with `__`, like this:
```bash