diff --git a/README.md b/README.md index fe1460c..837a843 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,19 @@ This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors. +## Structure + +If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following. + +``` +bin/ +config/ +src/ +test/ +vendor/ +``` + + ## Install Via Composer