Skip to content

Commit afc1c31

Browse files
committed
Update style in README
1 parent f302750 commit afc1c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img alt="Elastic logo" style="float: right; width: 200px; height: 200px" src="https://www.elastic.co/static-res/images/elastic-logo-200.png">
1+
<img alt="Elastic logo" align="right" width="auto" height="auto" src="https://www.elastic.co/static-res/images/elastic-logo-200.png">
22

33
# Elasticsearch Java Client
44

@@ -8,7 +8,7 @@ The official Java client for [Elasticsearch](https://github.com/elastic/elastics
88

99
**Note: this project is still a work in progress.** This client is meant to replace the existing [Java High Level Client](https://www.elastic.co/guide/en/elasticsearch/client/java-rest/master/java-rest-high.html) and remove all dependencies to the Elasticsearch server code base.
1010

11-
<hr style="clear:both">
11+
---
1212

1313
The Java client for Elasticsearch provides strongly typed requests and responses for all Elasticsearch APIs. It delegates protocol handling to an http client such as the [Elasticsearch Low Level REST client](https://www.elastic.co/guide/en/elasticsearch/client/java-rest/master/java-rest-low.html) that takes care of all transport-level concerns (http connection establishment and pooling, retries, etc).
1414

0 commit comments

Comments
 (0)