From 1b3a2260f53082dc6430bbb1cf9a3d62cf0445f4 Mon Sep 17 00:00:00 2001 From: Hendy Racher Date: Tue, 9 Oct 2018 17:37:36 +0100 Subject: [PATCH] readme text formatting --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 266f56c..6be6797 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,7 @@ Eg. public class ConfigureIndexing : ApplicationEventHandler { - protected override void ApplicationStarted( - UmbracoApplicationBase umbracoApplication, - ApplicationContext applicationContext) + protected override void ApplicationStarted(UmbracoApplicationBase umbracoApplication, ApplicationContext applicationContext) { LookIndexService.SetNameIndexer(publishedContent => { @@ -85,9 +83,6 @@ Eg. // currenty there is no default fallback return null; }); - - - } }