diff --git a/README.md b/README.md index 9060c33..b6eef28 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Now with this little adaption its very easy to implement a file upload field in 1. Install the package via composer ```bash -composer require bytescommerce/easyadmin-file-upload-field +composer require bytescommerce/easy-admin-file-upload-field ``` 2. Add a File Field to your EasyAdmin CRUD controller diff --git a/composer.json b/composer.json index 6c5c5f1..784d552 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "bytescommerce/easy-admin-file-upload-field", "description": "Adds a new field to easyAdmin", - "keywords": ["easyadmin", "easyadmin-bundle","file-upload", "file-upload-field", "easycorp", "easycorp/easyadmin-bundle"], + "keywords": ["easyadmin", "easyadmin-bundle","file-upload", "file-upload-field", "easycorp"], "type": "symfony-bundle", "homepage": "https://github.com/bytes-commerce/easy-admin-file-upload-field", "license": "MIT",