From 27e46b0c415fe9668a196b2dbec8c1661abd8e23 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Thu, 24 Mar 2022 20:59:51 +0100 Subject: [PATCH] Updated README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b33dfd52..d622a26ff 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,12 @@ This is the official PHP client for [Elasticsearch](https://www.elastic.co/elast - [Getting started](#getting-started-) - [Configuration](#configuration) + - [Use Elastic Cloud](#use-elastic-cloud) - [Usage](#usage) + - [Index a document](#index-a-document) + - [Search a document](#search-a-document) + - [Delete a document](#delete-a-document) +- [Versioning](#versioning) - [Backward Incompatible Changes](#backward-incompatible-changes-) - [FAQ](#faq-) - [Contribute](#contribute-) @@ -294,8 +299,6 @@ We tried to reduce the BC breaks as much as possible with `7.x` but there are so You can have a look at the [BREAKING_CHANGES](BREAKING_CHANGES.md) file for more information. -## Specific changes: - ## FAQ 🔮 ### Where do I report issues with the client?