README.md in line_notify-1.0.0 vs README.md in line_notify-1.0.1
- old
+ new
@@ -30,11 +30,11 @@
```ruby
line_notify = LineNotify.new(YOUR_LINE_TOKEN)
options = {message: 'hoge', stickerPackageId: 1, stickerId: 113}
-line_notify.send(options)
+line_notify.ping(options)
```
![2018-02-15 22 49 39](https://user-images.githubusercontent.com/1485195/36259741-8f132972-12a2-11e8-9469-b205310709b3.png)
@@ -46,10 +46,10 @@
options = {
message: '可愛い画像',
imageFullsize: "https://www.pakutaso.com/shared/img/thumb/SAYAPAKU5347_TP_V4.jpg",
imageThumbnail: "https://www.pakutaso.com/shared/img/thumb/SAYAPAKU5347_TP_V.jpg"
}
-line_notify.send(options)
+line_notify.ping(options)
```
![2018-02-16 0 53 38](https://user-images.githubusercontent.com/1485195/36266096-0ece0310-12b4-11e8-9b7e-67af11dadf9f.png)