Skip to content

Commit 6f58674

Browse files
committed
Fix case sensitivity in directory structure documentation.
1 parent 374574c commit 6f58674

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ Web Application Basic of Yii Version 2. <a href="http://www.yiiframework.com/" t
4040
```text
4141
root
4242
├── config
43-
│ ├── Common Common configuration.
43+
│ ├── common Common configuration.
4444
│ │ ├── components.php
4545
│ │ └── container.php
46-
│ ├── Console Console configuration.
46+
│ ├── console Console configuration.
4747
│ │ ├── app.php
4848
│ │ └── components.php
49-
│ ├── Web Web configuration.
49+
│ ├── web Web configuration.
5050
│ │ ├── app.php
5151
│ │ ├── bootstrap.php
5252
│ │ ├── components.php
@@ -59,19 +59,18 @@ root
5959
│ ├── params-web.php Web parameters.
6060
│ └── params.php Common parameters.
6161
├── src
62-
│ ├── Framework
63-
│ │ ├── Asset Asset bundle files.
64-
│ │ ├── EnventHandler Event handler files.
65-
│ │ └── resources
62+
│ ├── framework
63+
│ │ ├── asset Asset bundle files.
64+
│ │ ├── envent Event handler files.
65+
│ │ └── resource
6666
│ │ ├── css Css files.
6767
│ │ ├── js Js files.
6868
│ │ ├── layout Layout files.
6969
│ │ └── message Translation files.
70-
│ └── UseCase
71-
│ ├── Contact Contact use case.
72-
│ ├── Hello Hello use case (console).
73-
│ └── Site Site use case.
74-
│ └── About About use case.
70+
│ └── usecase
71+
│ ├── contact Contact use case.
72+
│ ├── hello Hello use case (console).
73+
│ └── site Site use case.
7574
├── tests Tests codeception.
7675
├── vendor Composer dependencies.
7776
└── public Web server public.

0 commit comments

Comments
 (0)