Skip to content

Commit

Permalink
Merge pull request #1 from einsteinx2/patch-1
Browse files Browse the repository at this point in the history
Fixed 2 typos in the Package.swift example
  • Loading branch information
RockfordWei authored Nov 17, 2017
2 parents eae0970 + 4219a3e commit c1372f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ A comprehensive list of open issues can be found at [http://jira.perfect.org:808
Add this project as a dependency in your Package.swift file.

```
.Package(url: "https://github.com/PerfectSideRepo/Perfect-BCrypt.git",
majorVersion: 3)
.Package(url: "https://github.com/PerfectSideRepos/PerfectBCrypt.git", majorVersion: 3)
```

## Quick Start
Expand Down

0 comments on commit c1372f7

Please sign in to comment.