From f93666d1961f05605836128232750151fa3922c8 Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 5 Jan 2014 06:17:06 +0400 Subject: [PATCH] formatting fix --- docs/guide/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/README.md b/docs/guide/README.md index 5717e71..60ee8fb 100644 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -3,6 +3,6 @@ This folder contains official Yii 2 guides documentation. To add new guide, take the following steps: 1. Create `guide-name` and put there relevant documentation; -2. If guide has more then one word in name, then it should be with dashes, like: `console-fixture.md`, `module-debug.md` -3. If your guide is for console commands, than its name should follow convention: `console-{command}.md` -4. If your guide is for custom modules, than its name should follow convention: `module-{moduleName}.md` +2. If guide has more then one word in name, then it should be with dashes, like: `console-fixture.md`, `module-debug.md`; +3. If your guide is for console commands, than its name should follow convention: `console-{command}.md`; +4. If your guide is for custom modules, than its name should follow convention: `module-{moduleName}.md`.