Merge pull request #8276 from cjcenizal/improvement/fix-readme-version-compatibility-chart

Fix typo in README version compatibility chart.
This commit is contained in:
CJ Cenizal 2016-09-14 08:30:02 -07:00 committed by GitHub
commit 85234ed6de

View file

@ -28,7 +28,7 @@ Ideally, you should be running Elasticsearch and Kibana with matching version nu
| -------------- | ---------- | ------- | ----------- |
| 6.1.2 | 6.1.2 | 💚 | Versions are the same. |
| 6.1.2 | 6.1.5 | ⚠️ | ES patch number is newer. |
| 6.1.2 | 6.5.0 | ⚠️ | ES major number is newer. |
| 6.1.2 | 6.5.0 | ⚠️ | ES minor number is newer. |
| 6.1.2 | 7.0.0 | 🚫 | ES major number is newer. |
| 6.1.2 | 6.1.0 | 🚫 | ES patch number is older. |
| 6.1.2 | 6.0.0 | 🚫 | ES minor number is older. |