Skip to content

Commit

Permalink
Merge pull request #4 from sfaxon/master
Browse files Browse the repository at this point in the history
fix README dependency install description
  • Loading branch information
0xTim authored Aug 1, 2017
2 parents 5c0480e + 70dd63e commit 46f5854
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 @@ -32,7 +32,7 @@ Add Markdown Provider as a dependency in your `Package.swift` file:
```swift
dependencies: [
...,
.Package(url: "https://github.com/vapor-community/markdown-provider", majorVersion: 0)
.Package(url: "https://github.com/vapor-community/markdown-provider.git", majorVersion: 1)
]
```

Expand Down

0 comments on commit 46f5854

Please sign in to comment.