Skip to content

Commit

Permalink
Fix table formatting in Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ole committed Jun 18, 2018
1 parent 7d2d3b5 commit a521f75
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ The current release supports Swift 4.0 and up.
If you need support for older Swift version, here's a list of the latest releases that support specific Swift versions:

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

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.

Expand Down

0 comments on commit a521f75

Please sign in to comment.