diff --git a/README.md b/README.md index 26e72095..393de133 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ _⚠️ READ BEFORE PROCEEDING_ 2. Add rate limiting (_recommended_) - As an additional precaution, create a [Vercel KV](https://vercel.com/docs/storage/vercel-kv/quickstart#create-a-kv-database) store and link it to your project in order to enable rate limiting 3. Configure auto-generated fields (optional) - - Set which text fields auto-generate when uploading a photo by storing a comma-separated list, e.g., `AI_TEXT_AUTO_GENERATED_FIELDS = title, semantic` + - Set which text fields auto-generate when uploading a photo by storing a comma-separated list, e.g., `AI_TEXT_AUTO_GENERATED_FIELDS = title,semantic` - Accepted values: title, caption, tags, description, all, or none (default is "all") ### Web Analytics