You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# SQLite.swift
2
2
3
-
[![Build Status][TravisBadge]][TravisLink][![CocoaPods Version][CocoaPodsVersionBadge]][CocoaPodsVersionLink][![Swift4 compatible][Swift4Badge]][Swift4Link][![Platform][PlatformBadge]][PlatformLink][![Carthage compatible][CartagheBadge]][CarthageLink][![Join the chat at https://gitter.im/stephencelis/SQLite.swift][GitterBadge]][GitterLink]
3
+
[![Build Status][TravisBadge]][TravisLink][![CocoaPods Version][CocoaPodsVersionBadge]][CocoaPodsVersionLink][![Swift5 compatible][Swift5Badge]][Swift5Link][![Platform][PlatformBadge]][PlatformLink][![Carthage compatible][CartagheBadge]][CarthageLink][![Join the chat at https://gitter.im/stephencelis/SQLite.swift][GitterBadge]][GitterLink]
4
4
5
5
A type-safe, [Swift][]-language layer over [SQLite3][].
6
6
@@ -112,7 +112,7 @@ and the [companion repository][SQLiteDataAccessLayer2].
112
112
113
113
## Installation
114
114
115
-
> _Note:_ Version 0.12 requires Swift 5 (and [Xcode][] 10.2). \nVersion 0.11.6 requires Swift 4.2 (and [Xcode][] 10.1).
115
+
> _Note:_ Version 0.12 requires Swift 5 (and [Xcode](https://developer.apple.com/xcode/downloads/)) 10.2) or greater. Version 0.11.6 requires Swift 4.2 (and [Xcode](https://developer.apple.com/xcode/downloads/) 10.1 or greater).
0 commit comments