Skip to content

Commit b1eabe8

Browse files
authored
Update README.md
1 parent 046f845 commit b1eabe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CSharp-Discord
22

33
```c
4-
// Create an instance of BotClient which _DiscordClient is inherited into
4+
// Create an instance of BotClient which DiscordClient is inherited into
55
BotClient _client = new BotClient();
66

77
// Call LoginAsync
@@ -12,7 +12,7 @@ await Task.Delay(-1);
1212
```
1313

1414
```c
15-
// Personal Implementation of _DiscordClient base class
15+
// Personal Implementation of DiscordClient base class
1616
public class BotClient : DiscordClient
1717
{
1818
// This is essential since it will create more obvious code

0 commit comments

Comments
 (0)