Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sominola authored Feb 15, 2021
1 parent e4c1a23 commit cf2a563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit cf2a563

Please sign in to comment.