Skip to content

Commit dba29ad

Browse files
committed
Fix some bugs and add features
1 parent 3e19411 commit dba29ad

File tree

2 files changed

+236
-41
lines changed

2 files changed

+236
-41
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ There is only an `api.php` file for you to include it into your LINE Messaging B
1919

2020
If you want the official LINE Messaging API for `PHP 7.x`, go to [line-bot-sdk-php](https://github.com/line/line-bot-sdk-php) for getting the full version.
2121

22-
## Notice
22+
## Note
2323

2424
It's using the function "file_get_contents()" as its HTTP Client for connecting to LINE API Platform.
2525

@@ -37,7 +37,7 @@ Try to read and learn from [examples](./examples/) for understanding how to crea
3737

3838
Before running the examples, please make sure that you have setted the Channel access token and Channel secret of your BOT.
3939

40-
## Requirements
40+
## Requirement
4141

4242
PHP >= 5.4
4343

0 commit comments

Comments
 (0)