Skip to content

Commit

Permalink
Fixed README to have the correct URL and version
Browse files Browse the repository at this point in the history
The previous URL was an SSH-based url, which will not work for developer that do not have an SSH key for the SwiftyBeaver GitHub account.  Also, the version was set to 2.0.0, where as the current latest tagged version is 1.1.0.
  • Loading branch information
foscomputerservices committed Jun 9, 2018
1 parent 45d0518 commit 20b88fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
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 20b88fd

Please sign in to comment.