Skip to content

Commit

Permalink
Update README (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Jul 20, 2023
1 parent fde95ea commit 40721e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let videoInputURL: URL = /* File URL to your video file. See Test App for how to

let upload = MuxUpload(
uploadURL: directUploadURL,
videoFileURL: videoInputURL,
inputFileURL: videoInputURL,
)

upload.progressHandler = { state in
Expand All @@ -63,7 +63,7 @@ self.upload = upload
upload.start()
```

A simple example usage can be found in our [Test App](https://github.com/muxinc/swift-upload-sdk/blob/main/apps/Test%20App/Test%20App/Screens/UploadScreenViewModel.swift)
A simple example of how to use the SDK in a realistic app can be found [here](https://github.com/muxinc/swift-upload-sdk/blob/main/Examples/)

## Development

Expand Down

0 comments on commit 40721e7

Please sign in to comment.