Skip to content

Commit

Permalink
Fix the package readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sliekens committed Mar 25, 2024
1 parent 6e76837 commit 3f82bb2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions GW2SDK/PACKAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ internal class Gw2ClientProgram
================================================================================================================================================================
*/
Console.WriteLine(new string('=', 160));
Console.WriteLine($"| {"Item",-50} | {"Highest buyer",-50} | {"Low
void PrintTableHeader()est seller",-50} |");
Console.WriteLine($"| {"Item",-50} | {"Highest buyer",-50} | {"Lowest seller",-50} |");
Console.WriteLine(new string('=', 160));
}

Expand All @@ -63,7 +61,6 @@ internal class Gw2ClientProgram
}
}
}

```

The `GameLink` can be used to receive realtime information from the game client. Below is an example of how to use the `GameLink` to receive information about the player's current character and the current map.
Expand Down

0 comments on commit 3f82bb2

Please sign in to comment.