Skip to content

Commit 03bd7e9

Browse files
dtinthHyunje Jun
authored andcommitted
Suggest using --save in installation section (#89)
This will cause "@line/bot-sdk" to be automatically added in `package.json`, which should be the most common usage.
1 parent b4bb59e commit 03bd7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Node.js SDK for LINE Messaging API
1212
Using [npm](https://www.npmjs.com/):
1313

1414
``` bash
15-
$ npm install @line/bot-sdk
15+
$ npm install @line/bot-sdk --save
1616
```
1717

1818
### Documentation

0 commit comments

Comments
 (0)