Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
okhiroyuki committed Mar 8, 2020
1 parent b49ceca commit aab6386
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ An easy-to-use NodeRED node for sending Line Notify.

## Note

The handling method of the message using the msg variable differs depending on the version.
**The handling method of the message using the msg variable differs depending on the version.**

### 3.0.0 or higher

Handle messages with msg.payload.
Handle messages with `msg.payload`.

### 2.1.0 or lower

Handle messages with msg.message.
Handle messages with `msg.message`.

## Install

Expand All @@ -28,4 +28,4 @@ npm install node-red-contrib-line-notify
2. Enter necessary items on the setting screen and execute.
3. LINE receives notification.

For further details of see [LINE Notify API Document](https://notify-bot.line.me/doc/en/).
For further details of see [LINE Notify API Document](https://notify-bot.line.me/doc/en/).

0 comments on commit aab6386

Please sign in to comment.