Skip to content

Commit

Permalink
Fix documentation about original file url on simple file upload. Closes
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed Feb 21, 2024
1 parent d7f226c commit 499f15c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ Using Uploadcare is simple, and here are the basics of handling files.
# => "dc99200d-9bd6-4b43-bfa9-aa7bfaefca40"

# URL for the file, can be used with your website or app right away
@uc_file.url
# => "https://ucarecdn.com/dc99200d-9bd6-4b43-bfa9-aa7bfaefca40/"
@uc_file.original_file_url
# => "https://ucarecdn.com/dc99200d-9bd6-4b43-bfa9-aa7bfaefca40/your-file.png"
```

Your might then want to store or delete the uploaded file. Storing files could
Expand Down

0 comments on commit 499f15c

Please sign in to comment.