diff --git a/Hosting-your-bot.md b/Hosting-your-bot.md index a3080c5..8e41a41 100644 --- a/Hosting-your-bot.md +++ b/Hosting-your-bot.md @@ -74,7 +74,7 @@ To re-attach to the *screen* after you logged back in: ``` screen -r mybot ``` -Or +or ``` screen -d -m mybot ```