Skip to content

Commit

Permalink
Merge pull request #353 from IvanReyesO7/master
Browse files Browse the repository at this point in the history
Fixed a small typo README.md
  • Loading branch information
kkdai committed Aug 24, 2023
2 parents 527ce48 + 58b9b05 commit df06aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func main() {

```go
client := &http.Client{}
bot, err := linebot.New("<channel secret>", "<channel accsss token>", linebot.WithHTTPClient(client))
bot, err := linebot.New("<channel secret>", "<channel access token>", linebot.WithHTTPClient(client))
...
```

Expand Down

0 comments on commit df06aa0

Please sign in to comment.