Browse Source

Merge pull request #605 from fewspider/master

Christian Noon 10 years ago
parent
commit
392fe8b5d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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"
 ]