Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbruch committed Jul 25, 2022
1 parent 7b0299a commit 16db2fb
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 @@ -42,7 +42,7 @@ let rmClient = RMClient()
**2. Call character struct with function**
```swift
do {
let characters = try await client.character().getAllCharacters()
let characters = try await rmClient.character().getAllCharacters()
} catch (let error) {
print(error)
}
Expand Down

0 comments on commit 16db2fb

Please sign in to comment.