From 7bf88333dd7dc04ea301e07ef978a02ed61f9cc0 Mon Sep 17 00:00:00 2001 From: mijgame Date: Sat, 3 Feb 2018 20:31:55 +0100 Subject: [PATCH] Fix typos (#497) * Update config_full.json.example Typo * Update config.json.example --- config.json.example | 4 ++-- config_full.json.example | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json.example b/config.json.example index da855f1eb..2c464a925 100644 --- a/config.json.example +++ b/config.json.example @@ -34,8 +34,8 @@ }, "telegram": { "enabled": true, - "token": "your_instagram_token", - "chat_id": "your_instagram_chat_id" + "token": "your_telegram_token", + "chat_id": "your_telegram_chat_id" }, "initial_state": "running", "internals": { diff --git a/config_full.json.example b/config_full.json.example index dc5bb7162..c74b59660 100644 --- a/config_full.json.example +++ b/config_full.json.example @@ -42,8 +42,8 @@ }, "telegram": { "enabled": true, - "token": "your_instagram_token", - "chat_id": "your_instagram_chat_id" + "token": "your_telegram_token", + "chat_id": "your_telegram_chat_id" }, "initial_state": "running", "internals": {