Skip to content

Commit

Permalink
Add missing comma in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaznovac committed Jan 30, 2021
1 parent 7625796 commit 0b6da00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -60,7 +60,7 @@ List your config files in `composer.json` like the following:
"common": "config/common.php",
"web": [
"$common",
"config/web.php"
"config/web.php",
"../src/Modules/*/config/web.php"
],
"other": "config/other.php"
Expand Down

0 comments on commit 0b6da00

Please sign in to comment.