From 3ce99d6f9e98340b87334d96ae826afdedd3117d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renan=20Gon=C3=A7alves?= Date: Wed, 18 Jan 2017 12:15:05 +0100 Subject: [PATCH] Fix tests directory name Because almost all League projects uses `tests/`, including this skeleton. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 837a843..003d42a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If any of the following are applicable to your project, then the directory struc bin/ config/ src/ -test/ +tests/ vendor/ ```