Skip to content

Commit b7cecfa

Browse files
committed
#cdn_url universalisation in README.md
1 parent e12ff01 commit b7cecfa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,11 @@ Using Uploadcare is simple, and here are the basics of handling files.
130130

131131
# CDN URL for the file
132132
@uc_file.cdn_url
133-
# => "https://ucarecdn.com/dc99200d-9bd6-4b43-bfa9-aa7bfaefca40/your-file.png"
133+
# => "https://ucarecdn.com/dc99200d-9bd6-4b43-bfa9-aa7bfaefca40/"
134+
#
134135
# With subdomains enabled:
135136
# Uploadcare.config.use_subdomains = true
136-
# => "https://a1b2c3d4e5.ucarecdn.net/a771f854-c2cb-408a-8c36-71af77811f3b/"
137+
# => "https://a1b2c3d4e5.ucarecdn.net/dc99200d-9bd6-4b43-bfa9-aa7bfaefca40/"
137138
```
138139

139140
The `store` option can have these possible values:

0 commit comments

Comments
 (0)