Skip to content

Commit ec7cb3c

Browse files
authored
Minor readme update
1 parent 24e1af4 commit ec7cb3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ Xcode has a built-in support for Swift package manager. You can easily add the p
4040
Or, you can add the following dependency to your `Package.swift` file:
4141
```swift
4242
dependencies: [
43-
.Package(url: "https://github.com/stasel/WebRTC.git", .upToNextMajor("109.0.0"))
43+
.package(url: "https://github.com/stasel/WebRTC.git", .upToNextMajor("109.0.0"))
4444
]
4545
```
4646

4747
Use the `latest` branch to get the most up to date binary:
4848

4949
```swift
5050
dependencies: [
51-
.Package(url: "https://github.com/stasel/WebRTC.git", .branch("latest"))
51+
.package(url: "https://github.com/stasel/WebRTC.git", branch: "latest")
5252
]
5353
```
5454

0 commit comments

Comments
 (0)