From d3a9d4e99370120e5b908d6c0dc920672da614f2 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Tue, 16 Jul 2024 14:01:15 +0200 Subject: [PATCH] wip --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2cd673..fd15855 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# A Livewire Filepond component +# Upload files using Filepond in Livewire components [![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/livewire-filepond.svg?style=flat-square)](https://packagist.org/packages/spatie/livewire-filepond) [![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/spatie/livewire-filepond/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/spatie/livewire-filepond/actions?query=workflow%3Arun-tests+branch%3Amain) diff --git a/composer.json b/composer.json index 62a6956..8f41838 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "spatie/livewire-filepond", - "description": "A Livewire Filepond component", + "description": "Upload files using Filepond in Livewire components", "keywords": [ "Spatie", "laravel",