From eb838a3437d0eb19da0ba2b9ba0ac551bed533e9 Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Thu, 27 Nov 2014 12:11:48 +0000 Subject: [PATCH] Try to fix items enumeration README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 65d22e9..26913a3 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ It does nothing but can be used as a template for a real plugin. 1. Download files of the plugin. 2. Create folder "``````/plugins/Mibew/Mibew/Plugin/Boilerplate" (case does matter). 3. Put files of the plugins to the just created folder. -4. Add plugins configs to "plugins" structure in "``````/configs/config.yml". -If the "plugins" stucture looks like ```plugins: []``` it will become: -```yaml -plugins: - "Mibew:Boilerplate": - very_important_value: "$3.50" -``` +4. Add plugins configs to "plugins" structure in "``````/configs/config.yml". If the "plugins" stucture looks like ```plugins: []``` it will become: + ```yaml + plugins: + "Mibew:Boilerplate": + very_important_value: "$3.50" + ``` + 5. Navigate to "``/operator/plugin" page and enable the plugin.