From 9195f56ab8d4303998ff79684e62bded4e338cf2 Mon Sep 17 00:00:00 2001 From: Aidan Weatherill Date: Tue, 28 Jan 2020 21:10:18 +0000 Subject: [PATCH] Update README.md The "sample folder" list was all on one line obscuring the structure. I simply made the folder structure into a quote so it can be seen. --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6f24274..b542e1c 100644 --- a/README.md +++ b/README.md @@ -29,15 +29,15 @@ ### Now you can organize controllers and views in a Features folder hierarchy See the sample folder for more examples. - -\Features - \Home - \HomeController.cs - \HomeViewModel.cs - \HomeIndexHandler.cs - \HomeIndexQuery.cs - \Index.cshtml - +``` +\Features + \Home + \HomeController.cs + \HomeViewModel.cs + \HomeIndexHandler.cs + \HomeIndexQuery.cs + \Index.cshtml +``` ### Important! AddFeatureFolders **uses the namespace of the controller to figure out where the views are**.