Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis-Bize committed Jul 31, 2019
1 parent c29da5b commit 1a7d0bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ call(
): Promise<any>
```

### Should I use XUIDs insteads of Gamertags?
### Should I use XUIDs instead of Gamertags?
`getPlayerGameclips` and `getPlayerScreenshots` methods resolve player's XUID thanks to the specified gamertag which requires an additional request to be made internally (`getPlayerXUID`). If a valid XUID is used instead (during pagination for instance), this may speed up your request.

### Where can I find additional Xbox Live API URIs?
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xboxreplay/xboxlive-api",
"description": "Simple Xbox Live API wrapper.",
"version": "2.1.0",
"version": "2.1.1",
"keywords": [
"xboxreplay",
"xboxlive",
Expand Down

0 comments on commit 1a7d0bc

Please sign in to comment.