Skip to content

Commit 2f959a9

Browse files
committed
Clarify file paths
1 parent 77e6b51 commit 2f959a9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ and could even lead directly to a code change in the best scenario.
4141
The project is structured such that it can support tools, sample configurations,
4242
documentation, and of course the actual code, all in the same repository.
4343

44-
| Path | Description |
45-
|-------|---------------------------------------------------------------------|
46-
| /bin/ | Miscellaneous scripts and utilities for working with this project. |
47-
| /etc/ | Sample configurations and other configuration-related files. |
48-
| /lib/ | Vendor files from composer. |
49-
| /src/ | The project itself. |
50-
| /tmp/ | An intentionally empty directory for use with scripts. |
44+
| Path | Description |
45+
|-------|----------------------------------------------------------------------|
46+
| /bin/ | Binaries, scripts, and utilities for working with this project. |
47+
| /etc/ | Configuration files. |
48+
| /lib/ | Vendor files from composer. |
49+
| /src/ | The project source code. |
50+
| /tmp/ | An intentionally empty directory for use with scripts. |
5151

5252
Any file in the root of this repository is used by Git, GitHub, or otherwise
5353
serves a very specific purpose such as licensing and the read me.

0 commit comments

Comments
 (0)