Skip to content

Commit

Permalink
Fixed wrong copy pasted link to point to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermomuntaner committed Jun 17, 2019
1 parent da7b9e5 commit f7a6291
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 @@ -28,7 +28,7 @@ Xcode Beta 11.0 & Swift 5.1
If you already have a Package.swift or you are building your own package simply add a new dependency:
```swift
dependencies: [
.package(url: "https://github.com/Alamofire/Alamofire.git", from: "0.0.1")
.package(url: "https://github.com/guillermomuntaner/Burritos", from: "0.0.1")
]
```

Expand Down

0 comments on commit f7a6291

Please sign in to comment.