diff --git a/docs/examples/file-uploads.mdx b/docs/examples/file-uploads.mdx index 371a080..c86764e 100644 --- a/docs/examples/file-uploads.mdx +++ b/docs/examples/file-uploads.mdx @@ -6,7 +6,7 @@ icon: "upload" ## File storage tool of choice -Cascade uses [uploadthing](https://uploadthing.dev/) as its file upload tool of choice. Uploadthing is a simple file uploader that allows you to upload files to your cloud storage. +Cascade uses [uploadthing](https://uploadthing.com/) as its file upload tool of choice. Uploadthing is a simple file uploader that allows you to upload files to your cloud storage. You need to add `UPLOADTHING_APP_ID` & `UPLOADTHING_SECRET` to your `.env` file to use Uploadthing features if you clone Cascade.