From c93c9db2529382caf8fd63ed44a49b6b08358928 Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Thu, 29 May 2014 18:45:10 +0400 Subject: [PATCH] Fix paths in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c70499..1e4ff3d 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ It does nothing but can be used as a template for a real plugin. ## Installation 1. Download files of the plugin. -2. Create folder "/plugins/Mibew/Mibew/Plugin/Boilerplate" (case does matter). +2. Create folder "``````/plugins/Mibew/Mibew/Plugin/Boilerplate" (case does matter). 3. Put files of the plugins to the just created folder. -4. Add the following lines to the end of "/libs/config.php": +4. Add the following lines to the end of "``````/libs/config.php": ```php $plugins_list[] = array( 'name' => 'Mibew:Boilerplate',