From a67187908d7e8cef24d3585ae6cc1a06cb89981a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Mon, 27 Nov 2023 11:01:15 +0100 Subject: [PATCH] [DOCS] Addresses feedback. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6b0637b4f..348c8a31a 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,6 @@ # Elasticsearch Java Client -**[Download the latest version of Elasticsearch](https://www.elastic.co/downloads/elasticsearch)** -or -**[sign-up](https://cloud.elastic.co/registration?elektra=en-ess-sign-up-page)** -**for a free trial of Elastic Cloud**. - The official Java client for [Elasticsearch](https://github.com/elastic/elasticsearch). 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-api-client/current/java-rest-low.html) that takes care of all transport-level concerns (http connection establishment and pooling, retries, etc). @@ -17,6 +12,11 @@ The `docs/design` folder contains records of the major decisions in the design o - Nested objects can be constructed with builder lambdas, allowing for clean and expressive DSL-like code. - Optional values are represented as `null` with `@Nullable` annotations instead of the newer `Optional`, the Java ecosystem being still very null-based. +**[Download the latest version of Elasticsearch](https://www.elastic.co/downloads/elasticsearch)** +or +**[sign-up](https://cloud.elastic.co/registration?elektra=en-ess-sign-up-page)** +**for a free trial of Elastic Cloud**. + ## Installation Refer to the [Installation section](https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/getting-started-java.html#_installation)