Skip to content

Commit

Permalink
更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
XeronOwO committed Nov 28, 2023
1 parent ef8b963 commit 90d2a3c
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 @@ namespace Test
{
using var api = new MiHoMoAPI(); // Create MiHoMo API
await api.InitAllResourcesAsync(); // Initialize all resources
// var originInfo = await api.GetOriginInfoAsync(102176371);
// var originInfo = await api.GetOriginInfoAsync(100000000);
var parsedInfo = await api.GetParsedInfoAsync(100000000); // Get parsed info by UID
// TODO ...
Expand Down

0 comments on commit 90d2a3c

Please sign in to comment.