Skip to content

Commit

Permalink
Update README for Swift 4
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed Sep 25, 2017
1 parent 2cc2b5f commit b52678e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<br>
<br>
<a href="https://swift.org">
<img src="http://img.shields.io/badge/Swift-3.1-brightgreen.svg" alt="Language">
<img src="http://img.shields.io/badge/Swift-4-brightgreen.svg" alt="Language">
</a>
<a href="https://travis-ci.org/brokenhandsio/vapor-oauth">
<img src="https://travis-ci.org/brokenhandsio/vapor-oauth.svg?branch=master" alt="Build Status">
Expand Down Expand Up @@ -40,7 +40,7 @@ Vapor OAuth can be added to your Vapor add with a simple provider. To get starte
```swift
dependencies: [
...,
.Package(url: "https://github.com/brokenhandsio/vapor-oauth", majorVersion: 0)
.package(url: "https://github.com/brokenhandsio/vapor-oauth", from: "0.6.0"))
]
```

Expand Down

0 comments on commit b52678e

Please sign in to comment.