Skip to content

Commit b54598c

Browse files
authored
Update README.md
1 parent 6fd4817 commit b54598c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ print("Python Encoding: \(sys.getdefaultencoding().upper())")
3434
Add the following dependency to your `Package.swift` manifest:
3535

3636
```swift
37-
.package(url: "https://github.com/pvieito/PythonKit.git", .branch("master")),
37+
.package(url: "https://github.com/pvieito/PythonKit.git", branch: "master"),
3838
```
3939

4040
## Environment Variables

0 commit comments

Comments
 (0)