Skip to content

Commit

Permalink
Merge pull request #240 from alanjian85/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
yourWaifu authored Jan 26, 2022
2 parents 0f090ff + bd1924e commit 6122099
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 @@ -33,7 +33,7 @@ public:
};

int main() {
myClientClass client("token", SleepyDiscord::USER_CONTROLED_THREADS);
MyClientClass client("token", SleepyDiscord::USER_CONTROLED_THREADS);
client.run();
}
```
Expand Down

0 comments on commit 6122099

Please sign in to comment.