From d8fbdc3edc35d2069889efbec9e72897e449ff46 Mon Sep 17 00:00:00 2001 From: Alexander <106274860+EcoFreshKase@users.noreply.github.com> Date: Tue, 30 Sep 2025 22:16:40 +0200 Subject: [PATCH] Fix link case sensitivity for Dropzone component --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bad6f81..0434838 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ function App() { - **[Table](./src/components/Table/README.md)** - A comprehensive, feature-rich table component - **[FileChip](./src/components/FileChip/README.md)** - Compact file display component with extension coloring, delete and download functionality - **[Card](./src/components/Card/README.md)** - Highly configurable card -- **[Dropzone](./src/components/Dropzone/Readme.md)** - Dropzone and file picker. Supports single and multiple files +- **[Dropzone](./src/components/Dropzone/README.md)** - Dropzone and file picker. Supports single and multiple files ## Development