Skip to content

Commit

Permalink
Merge pull request Alamofire#605 from fewspider/master
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Jul 24, 2015
2 parents 559400c + c9742c1 commit 392fe8b
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 @@ -296,7 +296,7 @@ Adding a custom HTTP header to a `Request` is supported directly in the global `
```swift
let headers = [
"Authorization", "Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==",
"Authorization": "Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==",
"Content-Type": "application/x-www-form-urlencoded"
]

Expand Down

0 comments on commit 392fe8b

Please sign in to comment.