You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ Django compatibility:
91
91
92
92
After package [installation](#requirements-and-installation), you’ll need API keys: public and secret. Get them in [Uploadcare dashboard](https://app.uploadcare.com/projects/-/api-keys). If you don’t have an account yet, you can use demo keys, as in example. However, the files on demo account are regularly removed, so create an account as soon as Uploadcare catches your fancy.
93
93
94
-
In these examples we’re going to use the aforementioned demo keys and `ucarecdn.com` domain.
94
+
In these examples we’re going to use the aforementioned demo keys and `demo.ucarecd.net` domain.
95
95
Check your project's subdomain in the [Dashboard](https://app.uploadcare.com/projects/-/settings/#delivery).
96
96
97
97
### Basic usage
@@ -109,7 +109,7 @@ with open("sample-file.jpeg", "rb") as file_object:
109
109
And your file is now uploaded to the Uploadcare CDN. But how do you access it from the web? It’s really simple:
0 commit comments