Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pvieito committed Apr 10, 2024
1 parent 6fd4817 commit b54598c
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 @@ -34,7 +34,7 @@ print("Python Encoding: \(sys.getdefaultencoding().upper())")
Add the following dependency to your `Package.swift` manifest:

```swift
.package(url: "https://github.com/pvieito/PythonKit.git", .branch("master")),
.package(url: "https://github.com/pvieito/PythonKit.git", branch: "master"),
```

## Environment Variables
Expand Down

0 comments on commit b54598c

Please sign in to comment.