Skip to content

Commit a521f75

Browse files
committed
Fix table formatting in Markdown
1 parent 7d2d3b5 commit a521f75

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ The current release supports Swift 4.0 and up.
1919
If you need support for older Swift version, here's a list of the latest releases that support specific Swift versions:
2020

2121
| Swift version | Latest SortedArray release |
22-
| 4.x | master |
23-
| 3.x | [0.6.0](https://github.com/ole/SortedArray/releases/tag/0.6.0) |
24-
| 3.0 | [0.4](https://github.com/ole/SortedArray/releases/tag/0.4.0) |
22+
| ------------- | -------------------------- |
23+
| 4.x | master |
24+
| 3.x | [0.6.0](https://github.com/ole/SortedArray/releases/tag/0.6.0) |
25+
| 3.0 | [0.4](https://github.com/ole/SortedArray/releases/tag/0.4.0) |
2526

2627
Since the code has no dependencies other than the Swift standard library (it doesn't even use Foundation), it should work on all platforms where Swift is available.
2728

0 commit comments

Comments
 (0)