Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawright11 committed Nov 6, 2023
1 parent 947317c commit 8ccb8b8
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 @@ -24,7 +24,7 @@ protocol Users {
```

```swift
let provider = Provider(baseURL: "https://api.github.com/")
let provider = Provider(baseURL: "https://api.example.com/")
let github: GitHub = GitHubAPI(provider: provider)
let repos = try await github.getRepositories(username: "alchemy-swift")
```
Expand Down

0 comments on commit 8ccb8b8

Please sign in to comment.