Skip to content

Commit c98b4ff

Browse files
Update README.md
Co-authored-by: Aleksandr Grenishin <[email protected]>
1 parent dacead8 commit c98b4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Check the [Upload API documentation](https://github.com/uploadcare/uploadcare-sw
117117
Example of uploads:
118118

119119
```swift
120-
guard let url = URL(string: "https://demo.ucarecdn.net/46528d0d-323c-42d7-beab-2fdc5e7077ba/") else { return }
120+
guard let url = URL(string: "https://demo.ucarecd.net/46528d0d-323c-42d7-beab-2fdc5e7077ba/") else { return }
121121
guard let data = try? Data(contentsOf: url) else { return }
122122

123123
// You can create an UploadedFile object to operate with it

0 commit comments

Comments
 (0)