diff --git a/packages/file-handling/README.md b/packages/file-handling/README.md index 5543c985ee3eb0f25ee3a75d894a3f16035b17c4..2aa03bfc4d6c411a07a0ba2b777cf246bf06c760 100644 --- a/packages/file-handling/README.md +++ b/packages/file-handling/README.md @@ -49,7 +49,7 @@ files from a [Nextcloud](https://nextcloud.com/) instance. This event is sent if a file was selected. -**Payload**: `{'file': File}` where `File` is the binary file that was selected +**Payload**: `{'file': File}` where [File](https://developer.mozilla.org/en-US/docs/Web/API/File) is the binary file that was selected ## FileSink @@ -83,7 +83,7 @@ This web component is able to receive files and present as them as ZIP file down ### Properties -- `files`: an array of File objects which should be downloaded in the dialog +- `files`: an array of [File](https://developer.mozilla.org/en-US/docs/Web/API/File) objects which should be downloaded in the dialog - if the property is set the dialog opens ## Local development