Skip to content

Commit

Permalink
chore: update README.md and replace deprecated .branch("main") with b…
Browse files Browse the repository at this point in the history
…ranch: "main"
  • Loading branch information
MSWagner committed Mar 18, 2023
1 parent b2a7d22 commit b818d0c
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 @@ -37,7 +37,7 @@ Once you have your Swift package set up, adding OpenAI as a dependency is as eas

```swift
dependencies: [
.package(url: "https://github.com/MacPaw/OpenAI.git", .branch("main"))
.package(url: "https://github.com/MacPaw/OpenAI.git", branch: "main")
]
```

Expand Down

0 comments on commit b818d0c

Please sign in to comment.