Skip to content

Commit

Permalink
readme text formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendy committed Oct 9, 2018
1 parent 495f3ef commit 1b3a226
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {

Expand Down Expand Up @@ -85,9 +83,6 @@ Eg.
// currenty there is no default fallback
return null;
});



}
}

Expand Down

0 comments on commit 1b3a226

Please sign in to comment.