File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ See the official API documentation for more information
1414- English: https://developers.line.biz/en/docs/messaging-api/overview/
1515- Japanese: https://developers.line.biz/ja/docs/messaging-api/overview/
1616
17- line-bot-sdk-nodejs documentation: https://line.github.io/line-bot-sdk-nodejs/#getting-started
17+ line-bot-sdk-nodejs documentation
18+ - https://line.github.io/line-bot-sdk-nodejs/#getting-started
1819
1920## Requirements
2021
@@ -25,7 +26,11 @@ line-bot-sdk-nodejs documentation: https://line.github.io/line-bot-sdk-nodejs/#g
2526Using [ npm] ( https://www.npmjs.com/ ) :
2627
2728``` bash
28- $ npm install @line/bot-sdk --save
29+ $ npm install @line/bot-sdk
30+
31+ $ yarn add @line/bot-sdk
32+
33+ $ pnpm add @line/bot-sdk
2934```
3035
3136## Help and media
Original file line number Diff line number Diff line change 5757 " line" ,
5858 " sdk"
5959 ],
60+ "homepage" : " https://github.com/line/line-bot-sdk-nodejs" ,
61+ "bugs" : " https://github.com/line/line-bot-sdk-nodejs/issues" ,
6062 "dependencies" : {
6163 "@types/node" : " ^22.0.0"
6264 },
You can’t perform that action at this time.
0 commit comments