We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dacead8 commit c98b4ffCopy full SHA for c98b4ff
README.md
@@ -117,7 +117,7 @@ Check the [Upload API documentation](https://github.com/uploadcare/uploadcare-sw
117
Example of uploads:
118
119
```swift
120
-guard let url = URL(string: "https://demo.ucarecdn.net/46528d0d-323c-42d7-beab-2fdc5e7077ba/") else { return }
+guard let url = URL(string: "https://demo.ucarecd.net/46528d0d-323c-42d7-beab-2fdc5e7077ba/") else { return }
121
guard let data = try? Data(contentsOf: url) else { return }
122
123
// You can create an UploadedFile object to operate with it
0 commit comments