From 7d3b23a09daa1dbedb6b56fd22dce4bb8a99d9c4 Mon Sep 17 00:00:00 2001 From: Kim <71221724+liebki@users.noreply.github.com> Date: Mon, 2 Jan 2023 21:07:08 +0100 Subject: [PATCH] Changed the Url to rawg docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75144b8..bd53513 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"; Console.WriteLine($"Querying the input {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…