Skip to content

Commit 5b472bb

Browse files
committed
Clean up README
1 parent bc30a15 commit 5b472bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let bot = new mebots.Bot('your_bot_shortname_here', process.env.BOT_TOKEN;
1313
```
1414
Replace `your_bot_shortname_here` with the shortname of your bot, which is visible while editing your bot on the MeBots web interface.
1515
16-
Then, set the `BOT_TOKEN` environment variable in your shell to the token available in the bot editing panel.
16+
Then, set the `BOT_TOKEN` environment variable in your shell to the token available in the bot editing panel on the MeBots website.
1717
```sh
1818
export BOT_TOKEN=0123456789abcdef
1919
```

0 commit comments

Comments
 (0)