Skip to content

Commit

Permalink
Fixed a small typo in the README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanReyesO7 authored Aug 15, 2023
1 parent 527ce48 commit 58b9b05
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 58b9b05

Please sign in to comment.