Skip to content

Commit

Permalink
chore(docs): fix typo in README.md (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
CHOYSEN authored Nov 16, 2020
1 parent 952e972 commit e4b3932
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 @@ -149,7 +149,7 @@ client.setHeader('authorization', 'Bearer MY_TOKEN')

// Override all existing headers
client.setHeaders({
authorization: 'Bearer MY_TOKEN'
authorization: 'Bearer MY_TOKEN',
anotherheader: 'header_value'
})
```
Expand Down

0 comments on commit e4b3932

Please sign in to comment.