Skip to content

Commit a669170

Browse files
authored
v1.4
1 parent 6056b55 commit a669170

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
The Library for Build a Telegram Bot.
44

5-
## Get Started
5+
### Requirements
6+
+ php-curl <!-- sudo apt-get install php-curl -->
67

7-
<!-- sudo apt-get install php-curl -->
8+
## Get Started
89

910
```php
1011
// Checking the exists "Telebot Library".
1112
if (!file_exists("lib/telebot.php")) {
12-
copy("https://raw.githubusercontent.com/hctilg/telebot/v1.3/index.php", "lib/telebot.php");
13+
copy("https://raw.githubusercontent.com/hctilg/telebot/v1.4/index.php", "lib/telebot.php");
1314
}
1415

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

0 commit comments

Comments
 (0)