Skip to content

Commit

Permalink
Merge pull request #16 from foscomputerservices/master
Browse files Browse the repository at this point in the history
Fixed README to have the correct URL and version
  • Loading branch information
skreutzberger committed Jun 12, 2018
2 parents 45d0518 + 20b88fd commit 66e127d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add this to the `Package.swift` of your Vapor project:

```swift
dependencies: [
.package(url: "git@github.com:SwiftyBeaver/SwiftyBeaver-Vapor.git", from: "2.0.0")),
.package(url: "https://github.com/SwiftyBeaver/SwiftyBeaver-Vapor.git", from: "1.1.0")),
//...other packages here
],
```
Expand Down

0 comments on commit 66e127d

Please sign in to comment.