diff --git a/How-to-start-with-spring-data-elasticsearch.creole b/How-to-start-with-spring-data-elasticsearch.creole index f4e4565..531a427 100644 --- a/How-to-start-with-spring-data-elasticsearch.creole +++ b/How-to-start-with-spring-data-elasticsearch.creole @@ -39,7 +39,7 @@ Having both entries in the pom file you should be able to use spring-data-elasti **Case 2:** -I have a plane to develop new feature/ or extend existing ones. +I have a plane to develop new feature / or extend existing ones. How to configure your project: @@ -62,7 +62,7 @@ Snapshot spring plugin repository: }}} -The best way to do that without polluting spring-data-elasticsearch pom.xml is create/edit 'settings.xml' file in your '.m2' folder. +The best way to do that without polluting spring-data-elasticsearch pom.xml is create / edit 'settings.xml' file in your '.m2' folder. Example of the file can be found [[https://github.com/akonczak/spring-data-elasticsearch-mvn-config/blob/master/settings.xml|here]]