Fix README.md default settings not having some commas

pull/31/head
Nihey Takizawa 2021-12-11 10:47:38 -03:00
parent dc51405ee1
commit 6748253759
1 changed files with 3 additions and 3 deletions

View File

@ -261,9 +261,9 @@ In the example below you can see how, and also what the default settings are.
importOnBootstrap: false, importOnBootstrap: false,
include: [ include: [
"core-store", "core-store",
"user-role" "user-role",
"admin-role" "admin-role",
"i18n-locale" "i18n-locale",
], ],
exclude: [ exclude: [
"core-store.plugin_users-permissions_grant" "core-store.plugin_users-permissions_grant"