Skip to content

Commit 8d95ced

Browse files
authored
Merge pull request #6 from producerism/master
Fixed headers example in README.md
2 parents 1350c25 + e7a379a commit 8d95ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ You can send custom headers to the request.
165165

166166
```javascript
167167
headers: {
168-
'Authorization', 'Bearer 1a234fd4983d'
168+
'Authorization': 'Bearer 1a234fd4983d'
169169
}
170170
```
171171

0 commit comments

Comments
 (0)