From: Michael Kaply Date: Wed, 9 May 2018 17:02:00 +0000 (-0700) Subject: Correct typo X-Git-Tag: v1.2~44 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/66e1b122642b735ddf520628c3d8a1871236ede8?ds=inline Correct typo --- diff --git a/README.md b/README.md index 6c26bd1..7b4e707 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ This policy disables Firefox studies (Shield) ``` { "policies": { - "DisableFirefoxAccounts": true + "DisableFirefoxStudies": true } } ```