From 8df13dce17f9d35ca3cf13c955953b46d9802bcb Mon Sep 17 00:00:00 2001 From: Jono Menz Date: Mon, 11 Jan 2021 13:11:59 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4808cae..9398e92 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ You can mark certain CMS users as developers in your site's config, so they can ``` BetterNavigator: -developers: - - 'dev@yoursite.com' - - 'otherdev@yoursite.com' + developers: + - 'dev@yoursite.com' + - 'otherdev@yoursite.com' ``` ## Customisation