Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 17534d3

Browse files
committed
Updated README with Elastic Cloud Serverless link
1 parent 1b70883 commit 17534d3

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![main](https://github.com/elastic/elasticsearch-serverless-php/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/elastic/elasticsearch-serverless-php/actions/workflows/tests.yml)
88

9-
This is the official Elastic client for the **Elasticsearch Serverless** service.
9+
This is the official Elastic client for the [Elasticsearch Cloud Serverless](https://www.elastic.co/elasticsearch/serverless).
1010

1111
If you're looking to develop your PHP application with the Elasticsearch Stack,
1212
you should look at the [Elasticsearch Client](https://github.com/elastic/elasticsearch-php) instead.
@@ -19,17 +19,6 @@ You can install the library using [composer](https://getcomposer.org/) with the
1919
composer require elastic/elasticsearch-serverless
2020
```
2121

22-
You need specify the version, if you want to install an `alpha` or `rc` release.
23-
For instance, if you want to install the latest alpha version:
24-
25-
```bash
26-
composer require elastic/elasticsearch-serverless:*@alpha
27-
```
28-
29-
Please remember that `alpha` releases are quite unstable, the code can change between releases.
30-
Instead, a release candidate `rc` will not break the backward compatibility. Typically an `rc`
31-
version includes only bug fixes.
32-
3322
### Instantiate the client
3423

3524
When you have installed elasticsearch-php you can start using it with the `Client` class.

0 commit comments

Comments
 (0)