Fix typos (#497)

* Update config_full.json.example

Typo

* Update config.json.example
This commit is contained in:
mijgame 2018-02-03 20:31:55 +01:00 committed by Janne Sinivirta
parent e1a033672f
commit 7bf88333dd
2 changed files with 4 additions and 4 deletions

View File

@ -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": {

View File

@ -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": {