Skip to content

Commit dfc989a

Browse files
authored
Fixing formatting issue.
1 parent 9ed1c14 commit dfc989a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ FSUploader *uploader = [client uploadURLUsing:someURL
324324
uploader.progress // returns an `NSProgress` object
325325
```
326326
</details>
327-
</details>
328327

329328
<details>
330329
<summary>Enabling background upload support</summary>
@@ -335,6 +334,8 @@ New in version `2.3`, we added support for uploading files in a background sessi
335334
// Set `UploadService.shared.useBackgroundSession` to true to allow uploads in the background.
336335
FilestackSDK.UploadService.shared.useBackgroundSession = true
337336
```
337+
</details>
338+
</details>
338339

339340
## Versioning
340341

0 commit comments

Comments
 (0)