Skip to content

Commit 9b51fd8

Browse files
committed
Add programmatic vs interactive upload distinction to documentation.
1 parent 9472b7b commit 9b51fd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ config.callbackURLScheme = "filestackdemo"
133133
let client = Filestack.Client(apiKey: "YOUR-API-KEY", security: security, config: config)
134134
```
135135

136-
### Uploading local files
136+
### Uploading files programmatically
137137

138138
```swift
139139
let localURL = URL(string: "file:///an-app-sandbox-friendly-local-url")!
@@ -151,7 +151,7 @@ let uploader = client.upload(using: localURL, uploadProgress: { (progress) in
151151
}
152152
```
153153

154-
### Uploading photos and videos from the Photo Library, Camera or Documents
154+
### Uploading files interactively from the Camera, Photo Library, or Documents
155155

156156
```swift
157157
// The view controller that will be presenting the image picker.

0 commit comments

Comments
 (0)