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);