Skip to content

Commit d7e1557

Browse files
Update README.md with subdomains
Added notification about subdomain
1 parent f42c7f5 commit d7e1557

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ config.manual_start = false
136136
Then you can configure all global variables such as files storing/caching, deleting files, etc.
137137
Full list of available options is listed in the file itself. Just uncomment an option and set the value.
138138

139+
In examples we’re going to use `ucarecdn.com` domain. Check your project's subdomain in the [Dashboard](https://app.uploadcare.com/projects/-/settings/#delivery).
139140

140141
### Uploadcare File Uploader
141142

@@ -180,7 +181,7 @@ This helper uses a CDN-url for the widget bundle and supports three options:
180181
The `<head>` tag then also includes the `<script>` with widget global settings set in `config/initializers/uploadcare.rb`. You can override them later in an individual widget.
181182

182183

183-
#### Using asset pipeline.
184+
#### Using asset pipeline
184185

185186
Download and append widget manually to your asset pipeline. You may download (e.g. https://ucarecdn.com/libs/widget/3.x/uploadcare.full.min.js) and serve the widget yourself along with your other assets.
186187

@@ -716,7 +717,7 @@ Uploadcare::GroupApi.store_group("d476f4c9-44a9-4670-88a5-c3cf5d26a6c2~20")
716717
```
717718

718719

719-
#### Create a new group by file's uuids.
720+
#### Create a new group by file's uuids
720721

721722
It is possible to specify transformed URLs with UUIDs of files OR just UUIDs.
722723

@@ -981,7 +982,7 @@ Uploadcare::AddonsApi.rekognition_detect_labels_status('dfeaf81c-5c0d-49d5-8ed4-
981982
# => {"status"=>"done"}
982983
```
983984

984-
#### Execute AWS Rekognition Moderation Add-On for a given target to detect moderation labels in an image.
985+
#### Execute AWS Rekognition Moderation Add-On for a given target to detect moderation labels in an image
985986
```
986987
Note: Detected labels are stored in the file's appdata.
987988
```
@@ -991,7 +992,7 @@ Uploadcare::AddonsApi.rekognition_detect_moderation_labels('f757ea10-8b1a-4361-9
991992
# => {"request_id"=>"dfeaf81c-5c0d-49d5-8ed4-ac09bac7998e"}
992993
```
993994

994-
# Check the status of an AWS Rekognition Moderation Add-On execution request that had been started using the Execute Add-On operation.
995+
# Check the status of an AWS Rekognition Moderation Add-On execution request that had been started using the Execute Add-On operation
995996

996997
```ruby
997998
Uploadcare::AddonsApi.rekognition_detect_moderation_labels_status('dfeaf81c-5c0d-49d5-8ed4-ac09bac7998e')

0 commit comments

Comments
 (0)