Browse Source

Merge branch 'master' into swift-2.0

# Conflicts:
#	Alamofire.podspec
#	CHANGELOG.md
#	Source/Info.plist
Christian Noon 10 years ago
parent
commit
7fc66346d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -581,7 +581,7 @@ let manager = Alamofire.Manager(configuration: configuration)
 #### Creating a Manager with Background Configuration
 #### Creating a Manager with Background Configuration
 
 
 ```swift
 ```swift
-let configuration = NSURLSessionConfiguration.backgroundSessionConfiguration("com.example.app.background")
+let configuration = NSURLSessionConfiguration.backgroundSessionConfigurationWithIdentifier("com.example.app.background")
 let manager = Alamofire.Manager(configuration: configuration)
 let manager = Alamofire.Manager(configuration: configuration)
 ```
 ```