Skip to content

Commit 667b493

Browse files
authored
Merge pull request #8 from oyed/patch-1
QOL changes to README
2 parents f958449 + d0b5dca commit 667b493

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ You must install the service provider:
3737
```php
3838
// config/app.php
3939
'providers' => [
40+
...
4041
NotificationChannels\Telegram\TelegramServiceProvider::class,
41-
];
42+
],
4243
```
4344

4445
## Setting up your Telegram Bot
@@ -49,9 +50,11 @@ Then, configure your Telegram Bot API Token:
4950

5051
```php
5152
// config/services.php
53+
...
5254
'telegram-bot-api' => [
5355
'token' => env('TELEGRAM_BOT_TOKEN', 'YOUR BOT TOKEN HERE')
54-
]
56+
],
57+
...
5558
```
5659

5760
## Usage

0 commit comments

Comments
 (0)