You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ There is only an `api.php` file for you to include it into your LINE Messaging B
19
19
20
20
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.
21
21
22
-
## Notice
22
+
## Note
23
23
24
24
It's using the function "file_get_contents()" as its HTTP Client for connecting to LINE API Platform.
25
25
@@ -37,7 +37,7 @@ Try to read and learn from [examples](./examples/) for understanding how to crea
37
37
38
38
Before running the examples, please make sure that you have setted the Channel access token and Channel secret of your BOT.
0 commit comments