diff --git a/examples/mytoken/README.md b/examples/mytoken/README.md index a870615..fa77bab 100644 --- a/examples/mytoken/README.md +++ b/examples/mytoken/README.md @@ -37,5 +37,5 @@ authentication. The below example shows how to start the bot using the bot user's token ```sh -./pingpong -t "Bot YOUR_BOT_TOKEN" +./mytoken -t "Bot YOUR_BOT_TOKEN" ``` diff --git a/examples/pingpong/README.md b/examples/pingpong/README.md index 0eb43eb..454594b 100644 --- a/examples/pingpong/README.md +++ b/examples/pingpong/README.md @@ -42,5 +42,5 @@ authentication. The below example shows how to start the bot using the bot user's token ```sh -./pingpong -t "BOT YOUR_BOT_TOKEN" +./pingpong -t "Bot YOUR_BOT_TOKEN" ```