From 43c404a0f5be05e58ca9f7349fd8f2f2afd56bf9 Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Sun, 31 Mar 2024 23:54:32 +0530 Subject: [PATCH] Missing option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df371a1..893d503 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Using Uploadcare is simple, and here are the basics of handling files. # => "https://ucarecdn.com/dc99200d-9bd6-4b43-bfa9-aa7bfaefca40/your-file.png" ``` -The `store` can have these possible values: +The `store` option can have these possible values: - `true`: mark the uploaded file as stored. - `false`: do not mark the uploaded file as stored and remove it after 24 hours. - 'auto': defers the choice of storage behavior to the [auto-store setting](https://app.uploadcare.com/projects/-/settings/#storage) for your Uploadcare project. This is the default behavior.