Skip to content

Commit 0dfe062

Browse files
authored
v1.5
1 parent 19534fd commit 0dfe062

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("lib/telebot.php")) {
13-
copy("https://raw.githubusercontent.com/hctilg/telebot/v1.4/index.php", "lib/telebot.php");
13+
copy("https://raw.githubusercontent.com/hctilg/telebot/v1.5/index.php", "lib/telebot.php");
1414
}
1515

1616
require('lib/telebot.php');

0 commit comments

Comments
 (0)