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**.