We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e1af4 commit ec7cb3cCopy full SHA for ec7cb3c
README.md
@@ -40,15 +40,15 @@ Xcode has a built-in support for Swift package manager. You can easily add the p
40
Or, you can add the following dependency to your `Package.swift` file:
41
```swift
42
dependencies: [
43
- .Package(url: "https://github.com/stasel/WebRTC.git", .upToNextMajor("109.0.0"))
+ .package(url: "https://github.com/stasel/WebRTC.git", .upToNextMajor("109.0.0"))
44
]
45
```
46
47
Use the `latest` branch to get the most up to date binary:
48
49
50
51
- .Package(url: "https://github.com/stasel/WebRTC.git", .branch("latest"))
+ .package(url: "https://github.com/stasel/WebRTC.git", branch: "latest")
52
53
54
0 commit comments