From a204f0ec975d94ded94b2841638d91b9b87857a1 Mon Sep 17 00:00:00 2001 From: Per Olofsson Date: Tue, 11 Dec 2018 10:38:31 +0100 Subject: [PATCH] Wording. --- mac/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/README.md b/mac/README.md index 486f94b..2e49437 100644 --- a/mac/README.md +++ b/mac/README.md @@ -26,7 +26,7 @@ which would be set in the plist file like this: http://example.com ``` -As correctly writing nested values with the `defaults` command can be hard, Firefox also supports writing nested values by separating them with `__`, like this: +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 sudo defaults write /Library/Preferences/org.mozilla.firefox Homepage__URL -string "http://example.com" ``` -- 2.34.1