Skip to content

Commit 6748253

Browse files
committed
Fix README.md default settings not having some commas
1 parent dc51405 commit 6748253

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@ In the example below you can see how, and also what the default settings are.
261261
importOnBootstrap: false,
262262
include: [
263263
"core-store",
264-
"user-role"
265-
"admin-role"
266-
"i18n-locale"
264+
"user-role",
265+
"admin-role",
266+
"i18n-locale",
267267
],
268268
exclude: [
269269
"core-store.plugin_users-permissions_grant"

0 commit comments

Comments
 (0)