diff --git a/README.md b/README.md index ed33e43..1bc4394 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,12 @@ remember to create a file local_settings.py with these settings -`TOKEN = 'your-token' +``` +TOKEN = 'your-token' -BOT_PATH= 'the/path/of/the/project' +BOT_PATH= '/the/path/of/the/project' BOT_EXEC_CMD= 'python3 bot.py' # or any other way you start the bot -SUPER_USERS= [ your_chat_id ]` \ No newline at end of file +SUPER_USERS= [ your_chat_id ] +``` \ No newline at end of file