Skip to content

Commit

Permalink
"modules" with lowercase in docs structure, but "Modules" with uperca…
Browse files Browse the repository at this point in the history
…se in setup. Fix #64
  • Loading branch information
gravitano committed Nov 26, 2014
1 parent 8b503af commit 8266674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ For first use, please run this command on your terminal.
app/
bootstrap/
vendor/
modules/
Modules/
|-- Blog
|-- Assets/
|-- Config/
Expand Down Expand Up @@ -113,7 +113,7 @@ Now, by default the controllers, models and others not autoloaded automatically.
{
"autoload": {
"psr-4": {
"Modules\\": "modules"
"Modules\\": "Modules"
}
}
}
Expand Down

0 comments on commit 8266674

Please sign in to comment.