Skip to content

Commit

Permalink
Merge branch 'master' into swift-2.0
Browse files Browse the repository at this point in the history
# Conflicts:
#	Alamofire.podspec
#	CHANGELOG.md
#	Source/Info.plist
  • Loading branch information
cnoon committed Sep 6, 2015
2 parents d430180 + 020e9d5 commit 7fc6634
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 @@ -581,7 +581,7 @@ let manager = Alamofire.Manager(configuration: configuration)
#### Creating a Manager with Background Configuration

```swift
let configuration = NSURLSessionConfiguration.backgroundSessionConfiguration("com.example.app.background")
let configuration = NSURLSessionConfiguration.backgroundSessionConfigurationWithIdentifier("com.example.app.background")
let manager = Alamofire.Manager(configuration: configuration)
```

Expand Down

0 comments on commit 7fc6634

Please sign in to comment.