From c08bc40317306867233d1671bb14641eedb03624 Mon Sep 17 00:00:00 2001 From: Abayomi Amusa Date: Sun, 11 Feb 2024 05:38:27 +0100 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 006eda4..b461546 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ const uploader = new CustUp(options) To overide the default class names the provided class name should be a string or an array with false as the second item like `fileUIOuterContainer: ['custup_file_display_outer', false],` and to append/add new css class name to the element the second item in the array should be `true` like `fileUIOuterContainer: ['custup_file_display_outer', true]` -Read more on [properties here](https://custup.pryxy.com/docs/properties) +Read more on how to customize CustUp elements with [properties here](https://custup.pryxy.com/docs/properties) File upload settings, you can also add additional data that should be sent along the files, and/or a form field data to be sent along with the upload and you can also set the axios settings