Skip to content

Commit b5c34e8

Browse files
author
Paul M. Jones
committed
note that src/ is for PHP code
1 parent 42b0109 commit b5c34e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bin/ # command-line executables
1919
config/ # configuration files
2020
docs/ # documentation and examples
2121
public/ # web server files
22-
src/ # source code
22+
src/ # php source code
2323
tests/ # test code
2424
vendor/ # reserved for package managers
2525
CHANGELOG # a log of changes between releases
@@ -69,7 +69,7 @@ directory.
6969
7070
### src/
7171

72-
If the package provides a root-level directory for source code files, it MUST be named
72+
If the package provides a root-level directory for PHP source code files, it MUST be named
7373
`src/`.
7474

7575
This publication does not otherwise define the structure and contents of the

0 commit comments

Comments
 (0)