Skip to content

Commit 548cd8c

Browse files
authored
Update README.md
1 parent 42f39ae commit 548cd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Library for Build a Telegram Bot.
1010
```php
1111
// Checking the exists "Telebot Library".
1212
if (!file_exists("telebot.php")) {
13-
copy("https://raw.githubusercontent.com/hctilg/telebot/v1.5/index.php", "telebot.php");
13+
copy("https://raw.githubusercontent.com/hctilg/telebot/v1.6/index.php", "telebot.php");
1414
}
1515

1616
require('telebot.php');

0 commit comments

Comments
 (0)