From b807caa3286b3a4385614f7db87a1f830fb90623 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Sat, 27 Mar 2021 21:26:27 +0100 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d26d2c2..532df7a 100644 --- a/README.md +++ b/README.md @@ -43,18 +43,17 @@ In the example below you can see how, and also what the default settings are. module.exports = ({ env }) => ({ // ... 'config-sync: { - destination: "extensions/config-sync/files/", - minify: false, - importOnBootstrap: false, - include: [ - "core-store", - "role-permissions" - ], - exclude: [ - "core-store.plugin_users-permissions_grant" - ] - }, - + destination: "extensions/config-sync/files/", + minify: false, + importOnBootstrap: false, + include: [ + "core-store", + "role-permissions" + ], + exclude: [ + "core-store.plugin_users-permissions_grant" + ] + }, // ... });