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,
include: [
"core-store",
"user-role"
"admin-role"
"i18n-locale"
"user-role",
"admin-role",
"i18n-locale",
],
exclude: [
"core-store.plugin_users-permissions_grant"