diff --git a/README.md b/README.md index 62ca6586e8a389b768878724531259f54a7b2110..982faa3c394bdb3bc913977987ccb65de6919b06 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.