From 6748253759eb95465d706973f1ca1752f59730a5 Mon Sep 17 00:00:00 2001 From: Nihey Takizawa Date: Sat, 11 Dec 2021 10:47:38 -0300 Subject: [PATCH] Fix README.md default settings not having some commas --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d03467..3ea5b39 100644 --- a/README.md +++ b/README.md @@ -261,9 +261,9 @@ In the example below you can see how, and also what the default settings are. importOnBootstrap: false, include: [ "core-store", - "user-role" - "admin-role" - "i18n-locale" + "user-role", + "admin-role", + "i18n-locale", ], exclude: [ "core-store.plugin_users-permissions_grant"