File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ A type-safe, [Swift][]-language layer over [SQLite3][].
5
5
[ SQLite.swift] [ ] provides compile-time confidence in SQL statement
6
6
syntax _ and_ intent.
7
7
8
- [ Badge ] : https://img.shields.io/travis/stephencelis/SQLite.swift/swift-2 .svg?style=flat
8
+ [ Badge ] : https://img.shields.io/travis/stephencelis/SQLite.swift/master .svg?style=flat
9
9
[ Travis ] : https://travis-ci.org/stephencelis/SQLite.swift
10
10
[ Swift ] : https://developer.apple.com/swift/
11
11
[ SQLite3 ] : http://www.sqlite.org
@@ -123,7 +123,7 @@ install SQLite.swift with Carthage:
123
123
2 . Update your Cartfile to include the following:
124
124
125
125
```
126
- github "stephencelis/SQLite.swift" "swift-2 "
126
+ github "stephencelis/SQLite.swift" "master "
127
127
```
128
128
129
129
3. Run `carthage update` and [add the appropriate framework][Carthage Usage].
You can’t perform that action at this time.
0 commit comments