From 009df93179c9b5df10d3aedaf64406f8abfa30f0 Mon Sep 17 00:00:00 2001
From: damjan <damjan@sgalinski.de>
Date: Tue, 1 Sep 2015 18:15:22 +0200
Subject: [PATCH] [TASK] Escaping < > 2. attempt

---
 README.md | 40 +++++++++++++++++++---------------------
 1 file changed, 19 insertions(+), 21 deletions(-)

diff --git a/README.md b/README.md
index 62ca658..982faa3 100755
--- a/README.md
+++ b/README.md
@@ -67,27 +67,25 @@ The prefix `ts` in uriPattern: `ts/<SGalinski.TypoScriptReferenceFrontend>` has
 
 ### In empty project Routes.yaml looks like this
 
-<pre>
--
-  name: 'TypoScriptReferenceFrontend'
-  uriPattern: '<SGalinski.TypoScriptReferenceFrontend>'
-  subRoutes:
-    SGalinski.TypoScriptReferenceFrontend:
-      package: SGalinski.TypoScriptReferenceFrontend
-
-##
-# Flow subroutes
-#
-
--
-  name: 'Flow'
-  uriPattern: '<FlowSubroutes>'
-  defaults:
-    '@format': 'html'
-  subRoutes:
-    FlowSubroutes:
-      package: TYPO3.Flow
-</pre>
+    -
+      name: 'TypoScriptReferenceFrontend'
+      uriPattern: '<SGalinski.TypoScriptReferenceFrontend>'
+      subRoutes:
+        SGalinski.TypoScriptReferenceFrontend:
+          package: SGalinski.TypoScriptReferenceFrontend
+    
+    ##
+    # Flow subroutes
+    #
+    
+    -
+      name: 'Flow'
+      uriPattern: '<FlowSubroutes>'
+      defaults:
+        '@format': 'html'
+      subRoutes:
+        FlowSubroutes:
+          package: TYPO3.Flow
 
 Uri prefix can be added if needed.
 
-- 
GitLab