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][].
55[ SQLite.swift] [ ] provides compile-time confidence in SQL statement
66syntax _ and_ intent.
77
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
99[ Travis ] : https://travis-ci.org/stephencelis/SQLite.swift
1010[ Swift ] : https://developer.apple.com/swift/
1111[ SQLite3 ] : http://www.sqlite.org
@@ -123,7 +123,7 @@ install SQLite.swift with Carthage:
123123 2 . Update your Cartfile to include the following:
124124
125125 ```
126- github "stephencelis/SQLite.swift" "swift-2 "
126+ github "stephencelis/SQLite.swift" "master "
127127 ```
128128
129129 3. Run `carthage update` and [add the appropriate framework][Carthage Usage].
You can’t perform that action at this time.
0 commit comments