Skip to content

Commit d7c73a3

Browse files
author
Paul M. Jones
committed
note (.*) at end of files in summary
1 parent b5c34e8 commit d7c73a3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ A package MUST use the following names for the following kinds of directories
1515
and files:
1616

1717
```
18-
bin/ # command-line executables
19-
config/ # configuration files
20-
docs/ # documentation and examples
21-
public/ # web server files
22-
src/ # php source code
23-
tests/ # test code
24-
vendor/ # reserved for package managers
25-
CHANGELOG # a log of changes between releases
26-
CONTRIBUTING # guidelines for contributors
27-
LICENSE # licensing information
28-
README # information about the package itself
18+
bin/ # command-line executables
19+
config/ # configuration files
20+
docs/ # documentation and examples
21+
public/ # web server files
22+
src/ # php source code
23+
tests/ # test code
24+
vendor/ # reserved for package managers
25+
CHANGELOG(.*) # a log of changes between releases
26+
CONTRIBUTING(.*) # guidelines for contributors
27+
LICENSE(.*) # licensing information
28+
README(.*) # information about the package itself
2929
```
3030

3131
## Root-Level Directories

0 commit comments

Comments
 (0)