Skip to content

Commit ee5ccab

Browse files
authored
Update README.md
1 parent 692dfd9 commit ee5ccab

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
@@ -39,7 +39,7 @@ let map = await client.getMap(696) //Thavnair
3939
let trait = await client.getTrait(422) //Enhanced Unmend
4040
let action = await client.getAction(7393) //The Blackest Night
4141
```
42-
there are extensions for a lot of the data, e.g. `Map` has `.mapUrl` to get the texture, or `TripleTriadCard`'s `.imageUrl` to get the card's artwork. I recommend not looking too closely at how specifically these URLs are constructed, that way lies madness.
42+
there are extensions for a lot of the data, e.g. `Map` has `.mapPath` to get the texture path, or `TripleTriadCard`'s `.imagePath` to get the path to the card's artwork. I recommend not looking too closely at how specifically these paths are constructed, that way lies madness.
4343

4444
## Sheets
4545
you can provide your own `Codable` structs for use with `.getSheet`

0 commit comments

Comments
 (0)