Skip to content

Commit

Permalink
Changed the Url to rawg docs
Browse files Browse the repository at this point in the history
  • Loading branch information
liebki authored Jan 2, 2023
1 parent ea3fa7c commit 7d3b23a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A wrapper for the API of wrag.io, to get a game or creator including all their d
## Example

```
RawgClient client = new(new ClientOptions("YOUR KEY FROM https://rawg.io/login?forward=developer"));
RawgClient client = new(new ClientOptions("YOUR KEY FROM https://rawg.io/apidocs"));
const string query = "gtav";
Console.WriteLine($"Querying the input {query}");
Expand Down Expand Up @@ -87,4 +87,4 @@ Rawg.io has terms of use, please read them and be sure to comply to them - https

- Get everything from the API inside RawgNet (WIP)
- Clean up and reduce code
- More to come…
- More to come…

0 comments on commit 7d3b23a

Please sign in to comment.