Skip to content

Commit 69d7231

Browse files
[DOCS] Updates docs based on review
Co-authored-by: István Zoltán Szabó <[email protected]>
1 parent 014a3fe commit 69d7231

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ We follow Ruby’s own maintenance policy and officially support all currently m
5757

5858
Elastic language clients are guaranteed to be able to communicate with Elasticsearch or Elastic solutions running on the same major version and greater or equal minor version.
5959

60-
Language clients are forward compatible; meaning that clients support communicating with greater minor versions of Elasticsearch. Elastic language clients are not guaranteed to be backwards compatible.
60+
Language clients are forward compatible; meaning that clients support communicating with greater minor versions of Elasticsearch. Elastic language clients are not guaranteed to be backward compatible.
6161

6262
The gem's version numbers follow Elasticsearch's major versions. The `master` branch is compatible with the Elasticsearch `master` branch, which is the next major version.
6363

docs/installation.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ gem 'elasticsearch', '~> 7.0'
4040

4141
The {es} client is compatible with currently maintained Ruby versions. We follow Ruby’s own maintenance policy and officially support all currently maintained versions per https://www.ruby-lang.org/en/downloads/branches/[Ruby Maintenance Branches].
4242

43-
Elastic language clients are guaranteed to be able to communicate with Elasticsearch or Elastic solutions running on the same major version and greater or equal minor version.
43+
Elastic language clients are guaranteed to be able to communicate with {es} or Elastic solutions running on the same major version and greater or equal minor version.
4444

45-
Language clients are forward compatible; meaning that clients support communicating with greater minor versions of Elasticsearch. Elastic language clients are not guaranteed to be backwards compatible.
45+
Language clients are forward compatible; meaning that clients support communicating with greater minor versions of {es}. Elastic language clients are not guaranteed to be backward compatible.
4646

4747
|===
4848
| Gem Version | | {es} Version

0 commit comments

Comments
 (0)