From b81f4ab64c80dde3593946591365f31857b6251c Mon Sep 17 00:00:00 2001
From: Torsten Oppermann <torsten@sgalinski.de>
Date: Thu, 18 May 2017 15:35:39 +0200
Subject: [PATCH] [TASK] Updating readme

---
 README.md | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index ee242c6..6beaa30 100644
--- a/README.md
+++ b/README.md
@@ -89,11 +89,18 @@ lib.mainContent < styles.content.col1
 In addition to categories, multiple tags can be created and specified for each news page.
 
 Tags can be created by adding sys_category records to the root page of the news block (blog).
-In order to differentiate each block's tags from the others, the PageTS value of **TCEFORM.pages.tx_sgnews_tags.PAGE_TSCONFIG_ID** 
+In order to differentiate each block's tags from the others, 
+the PageTS value of **TCEFORM.pages.tx_sgnews_tags.PAGE_TSCONFIG_ID** 
 can be set for each of the blocks containing the pid value for the selectable tags.
+
 To make sure that only the correct tags are displayed in the FE, the **plugin.tx_sgnews.settings.tagPid**
 constant must be set to the same value.
 
-## Creating a news category 
+### Creating a news blog
+
+Add the plugin **News Overview** and optionally the plugin **Latest News** to a standard TYPO3 page.
+
+After that you must create sites of type **Category** sites below the blog page level and name them accordingly.
 
-## Creating news entries 
+On the next lower page level of each **Category** you can create pages of type **News**. 
+On these pages you can use all your usual content elements to visualize your news entries belonging to the specific category. 
-- 
GitLab