diff --git a/README.md b/README.md index cac00c1..73c7a50 100644 --- a/README.md +++ b/README.md @@ -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"; if (await client.IsGameExisting(query)) @@ -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… \ No newline at end of file +- More to come…