From ceaf87916f6c4e52fc488bcd2d82d3f248194b92 Mon Sep 17 00:00:00 2001 From: Richard Soeteman Date: Wed, 1 Jun 2016 11:24:19 +0200 Subject: [PATCH] Updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 461f577..33e4097 100644 --- a/README.md +++ b/README.md @@ -61,13 +61,13 @@ Once you configured the indexer correctly and the index contains items you can q ##API## ExamineDB comes with a small management API to rebuild a complete index, or part of the index. -###Rebuild a complete index### +**Rebuild a complete index** ExamineDB.Helpers.IndexHelper.RebuildIndex("IndexName here"); -###Remove a single item from the index### +**Remove a single item from the index** ExamineDB.Helpers.IndexHelper.DeleteFromIndex("Id here", "IndexName here"); -###Re-index a single node### +**Re-index a single node** ExamineDB.Helpers.IndexHelper.DeleteFromIndex("Id here", "IndexName here"); ## Test in Umbraco ##