Browse Source

fixed README demo code symbol error

fewspider 10 years ago
parent
commit
c9742c146f
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"
 ]