Skip to content

Commit e915e4b

Browse files
committed
Updated docs
1 parent 048ad27 commit e915e4b

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,10 @@
22

33
# Elasticsearch Node.js client
44

5-
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) [![Build Status](https://clients-ci.elastic.co/buildStatus/icon?job=elastic%2Belasticsearch-js%2Bmaster)](https://clients-ci.elastic.co/view/Javascript/job/elastic+elasticsearch-js+master/) [![codecov](https://codecov.io/gh/elastic/elasticsearch-js/branch/master/graph/badge.svg)](https://codecov.io/gh/elastic/elasticsearch-js) [![NPM downloads](https://img.shields.io/npm/dm/@elastic/elasticsearch.svg?style=flat)](https://www.npmjs.com/package/@elastic/elasticsearch)
5+
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) [![Build Status](https://clients-ci.elastic.co/buildStatus/icon?job=elastic%2Belasticsearch-js%2Bmain)](https://clients-ci.elastic.co/view/Javascript/job/elastic+elasticsearch-js+main/) [![Node CI](https://github.com/elastic/elasticsearch-js/actions/workflows/nodejs.yml/badge.svg)](https://github.com/elastic/elasticsearch-js/actions/workflows/nodejs.yml) [![codecov](https://codecov.io/gh/elastic/elasticsearch-js/branch/master/graph/badge.svg)](https://codecov.io/gh/elastic/elasticsearch-js) [![NPM downloads](https://img.shields.io/npm/dm/@elastic/elasticsearch.svg?style=flat)](https://www.npmjs.com/package/@elastic/elasticsearch)
66

77
The official Node.js client for Elasticsearch.
88

9-
---
10-
11-
**Note:** In the past months we have worked on the new Elasticsearch Node.js client and you can use it by following the instructions below. If you're going to use the legacy one or report an issue, however, please check out [elastic/elasticsearch-js-legacy](https://github.com/elastic/elasticsearch-js-legacy).
12-
13-
---
14-
159
## Features
1610
- One-to-one mapping with REST API.
1711
- Generalized, pluggable architecture.
@@ -59,7 +53,7 @@ Elasticsearch language clients are only backwards compatible with default distri
5953

6054
| Elasticsearch Version | Client Version |
6155
| --------------------- |----------------|
62-
| `master` | `master` |
56+
| `main` | `main` |
6357
| `7.x` | `7.x` |
6458
| `6.x` | `6.x` |
6559
| `5.x` | `5.x` |

docs/installation.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ Elasticsearch language clients are only backwards compatible with default distri
7070
|{es} Version
7171
|Client Version
7272

73-
|`master`
74-
|`master`
73+
|`main`
74+
|`main`
7575

7676
|`7.x`
7777
|`7.x`

0 commit comments

Comments
 (0)