diff --git a/README.md b/README.md index 02dc064..48d17fa 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Tabelle `tl_timed_download`: ## Installation (Privates GitHub-Repository) -1. Paket im privaten Repository bereitstellen, z.B. `eiswurm/limited-downloads-bundle`. +1. Paket im privaten Repository bereitstellen, z.B. `mummert/limited-downloads-bundle`. 2. Im Projekt per Composer einbinden. 3. `vendor/bin/contao-console contao:migrate` ausfuehren. diff --git a/composer.json b/composer.json index 9214016..d181336 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "eiswurm/limited-downloads-bundle", + "name": "mummert/limited-downloads-bundle", "description": "Timed download links for Contao 5.7 forms.", "type": "contao-bundle", "license": "proprietary",