Skip to content

Commit

Permalink
Update README.md with right dependencies setup example. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
untalfranfernandez authored Nov 21, 2017
1 parent 826d24f commit 4b3d3eb
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 @@ -49,7 +49,7 @@ import PackageDescription
let package = Package(
name: "fun",
dependencies: [
.Package(url: "https://github.com/lemire/SwiftBitset.git", majorVersion: 0)
.package(url: "https://github.com/lemire/SwiftBitset.git", from: "0.3.0")
]
)
```
Expand Down

0 comments on commit 4b3d3eb

Please sign in to comment.