From bdcf6337c37c1162ad070b31b255a33504d3b9c8 Mon Sep 17 00:00:00 2001 From: Whizark Date: Sat, 19 Dec 2015 11:38:21 +0900 Subject: [PATCH] docs: decrease list level --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8595616..09d82c7 100644 --- a/README.md +++ b/README.md @@ -29,19 +29,17 @@ A package: will be installed as: -* wp-content/ +* wp-content/mu-plugins/ - * mu-plugins/ + * your-plugin.php (loader script) - * your-plugin.php (loader script) + * *your-plugin*/ (same as your package name by default) - * *your-plugin*/ (same as your package name by default) + * foo/ - * foo/ + * bar.php - * bar.php - - * baz.php + * baz.php ## Example `composer.json` File (for MU plugin package)