From 61e922b05521fd1bfdf589d1768eb91cc67eaff8 Mon Sep 17 00:00:00 2001 From: akonczak Date: Tue, 27 Aug 2013 14:29:13 -0700 Subject: [PATCH] Updated How to start with spring data elasticsearch (markdown) --- How-to-start-with-spring-data-elasticsearch.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/How-to-start-with-spring-data-elasticsearch.md b/How-to-start-with-spring-data-elasticsearch.md index 5df527f..21ea46c 100644 --- a/How-to-start-with-spring-data-elasticsearch.md +++ b/How-to-start-with-spring-data-elasticsearch.md @@ -1,5 +1,4 @@ - -# First thing you will need to answer to yourself how you will use this framework. +First thing you will need to answer to yourself how you will use this framework. ## Case 1: I need only index and search documents in my project.