Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #238

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ that is unique for your app. Your app can retrieve the download or the upload re
new background session with the same identifier. Also, you can set the `HTTPHeaderFields` property to
specify additional HTTP header-fields.

Returns a preconfigured session configuration object. This variable needs to be passed into the `createURLSession()`
Returns a preconfigured session configuration object. This variable needs to be passed into the `createSession()`
function to create a session for background download.

#### createURLSession(sessionConfig)
#### createSession(sessionConfig)

Creates a session with the specified session configuration. If the session configuration was created
with the identifier of a existing session, then this function would return the pre-existing session.
Expand Down