diff --git a/README.md b/README.md index d52d68e..4079000 100644 --- a/README.md +++ b/README.md @@ -31,15 +31,10 @@ if you want to fork this project 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_EXEC_CMD= 'python3 bot.py' # or any other way you start the bot - SUPER_USERS= [ your_chat_id, - ] \ No newline at end of file + ]` \ No newline at end of file