Skip to content

Commit 7f1e14a

Browse files
Changed 1.x version to 1.7
1 parent 2caaeda commit 7f1e14a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ JavaScript lang Plugin for Elasticsearch
33

44
The JavaScript language plugin allows to have `javascript` (or `js`) as the language of scripts to execute.
55

6-
In order to install the plugin, simply run:
6+
In order to install the plugin, simply run:
77

88
```sh
99
bin/plugin install elasticsearch/elasticsearch-lang-javascript/2.7.0
1010
```
1111

1212
You need to install a version matching your Elasticsearch version:
1313

14-
| elasticsearch | JavaScript Plugin | Docs |
14+
| elasticsearch | JavaScript Plugin | Docs |
1515
|---------------|-----------------------|------------|
1616
| master | Build from source | See below |
17-
| es-1.x | 2.7.0 | [2.7.0](https://github.com/elastic/elasticsearch-lang-javascript/tree/v2.7.0/#version-270-for-elasticsearch-17) |
17+
| es-1.7 | 2.7.0 | [2.7.0](https://github.com/elastic/elasticsearch-lang-javascript/tree/v2.7.0/#version-270-for-elasticsearch-17) |
1818
| es-1.6 | 2.6.0 | [2.6.0](https://github.com/elastic/elasticsearch-lang-javascript/tree/v2.6.0/#version-260-for-elasticsearch-16) |
1919
| es-1.5 | 2.5.0 | [2.5.0](https://github.com/elastic/elasticsearch-lang-javascript/tree/v2.5.0/#version-250-for-elasticsearch-15) |
2020
| es-1.4 | 2.4.1 | [2.4.1](https://github.com/elasticsearch/elasticsearch-lang-javascript/tree/v2.4.1/#version-241-for-elasticsearch-14) |

0 commit comments

Comments
 (0)