Skip to content

Commit c6e8b94

Browse files
committed
Update README to assume the master branch
Signed-off-by: Stephen Celis <stephen@stephencelis.com>
1 parent 2338aaf commit c6e8b94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A type-safe, [Swift][]-language layer over [SQLite3][].
55
[SQLite.swift][] provides compile-time confidence in SQL statement
66
syntax _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].

0 commit comments

Comments
 (0)