From cf2a563bd40ed1b97d56f652741191faf52cb8c3 Mon Sep 17 00:00:00 2001 From: Nikita Savchuk Date: Tue, 16 Feb 2021 00:00:17 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e285a1e..c584d9b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ using OpenDotaApi; ## Getting Started Then use the class! ````csharp - int SteamId = 0; + long SteamId = 0; var openDota = new OpenDota(); var data = await openDota.Player.GetPlayerAsync(SteamId); Console.WriteLine(data.Profile.Avatarfull);