Skip to content

Commit

Permalink
Merge pull request #122 from kweisamx/update_readme
Browse files Browse the repository at this point in the history
update README.md
  • Loading branch information
sugyan authored Feb 5, 2019
2 parents 0d6ae99 + 19c6887 commit c4086b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ message := linebot.NewTemplateMessage("Sorry :(, please update your app.", templ
With an ID, you can send message using ```PushMessage()```

```go
var messages []linebot.Message
var messages []linebot.SendingMessage

// append some message to messages

Expand All @@ -111,7 +111,7 @@ if err != nil {
With a reply token, you can reply to messages using ```ReplyMessage()```

```go
var messages []linebot.Message
var messages []linebot.SendingMessage

// append some message to messages

Expand Down

0 comments on commit c4086b7

Please sign in to comment.