From 54e7af68f507c8d359df2f586d8c989917d1b7df Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Sun, 16 Sep 2018 12:57:23 +0100 Subject: [PATCH] Change readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e86a47..83701e9 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ A bot to hold your todo.txt tasks 3. create `YOUR_CONFIG_DIRECTORY/config.json`: ```json { - "token": "285908433:AAHyxGFXtG37Ox_AvPPYB_J73iNpT7rk1JM" - , "tasks_file": "./tasks.json" + "token": "YOUR_BOT_TOKEN" } ``` 4. run `cp docker-compose.example docker-compose.yml`