Skip to content

Commit

Permalink
Merge pull request elastic#8276 from cjcenizal/improvement/fix-readme…
Browse files Browse the repository at this point in the history
…-version-compatibility-chart

Fix typo in README version compatibility chart.
  • Loading branch information
cjcenizal committed Sep 14, 2016
2 parents 9bd8e9a + a131748 commit 85234ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 85234ed

Please sign in to comment.