From 1c5d462c2189ff47ab2b0c2d0eeba99adec2bfb8 Mon Sep 17 00:00:00 2001
From: damjan <damjan@sgalinski.de>
Date: Tue, 1 Sep 2015 18:17:23 +0200
Subject: [PATCH] [TASK] Escaping < > in readme 3. attempt

---
 README.md | 52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

diff --git a/README.md b/README.md
index 982faa3..1d82602 100755
--- a/README.md
+++ b/README.md
@@ -37,32 +37,32 @@ route conflicts.
 The prefix `ts` in uriPattern: `ts/<SGalinski.TypoScriptReferenceFrontend>` has purpose to avoid the conflict.
 
 <pre>
--
-  name: 'TypoScriptReferenceFrontend'
-  uriPattern: ``'ts/<SGalinski.TypoScriptReferenceFrontend>'``
-  subRoutes:
-    SGalinski.TypoScriptReferenceFrontend:
-      package: SGalinski.TypoScriptReferenceFrontend
-
--
-  name: 'Forger'
-  uriPattern: `'<WMDB.ForgerSubroutes>'`
-  subRoutes:
-    WMDB.ForgerSubroutes:
-      package: WMDB.Forger
-
-##
-# Flow subroutes
-#
-
--
-  name: 'Flow'
-  uriPattern: '<FlowSubroutes>'
-  defaults:
-    '@format': 'html'
-  subRoutes:
-    FlowSubroutes:
-      package: TYPO3.Flow
+    -
+      name: 'TypoScriptReferenceFrontend'
+      uriPattern: 'ts/<SGalinski.TypoScriptReferenceFrontend>'
+      subRoutes:
+        SGalinski.TypoScriptReferenceFrontend:
+          package: SGalinski.TypoScriptReferenceFrontend
+    
+    -
+      name: 'Forger'
+      uriPattern: '<WMDB.ForgerSubroutes>'
+      subRoutes:
+        WMDB.ForgerSubroutes:
+          package: WMDB.Forger
+    
+    ##
+    # Flow subroutes
+    #
+    
+    -
+      name: 'Flow'
+      uriPattern: '<FlowSubroutes>'
+      defaults:
+        '@format': 'html'
+      subRoutes:
+        FlowSubroutes:
+          package: TYPO3.Flow
 </pre>
 
 ### In empty project Routes.yaml looks like this
-- 
GitLab