diff --git a/README.md b/README.md index 13c8f2a..04d3a6e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It is primarily used by [AllTube Download](https://github.com/Rudloff/alltube). You can install it with: ```bash -composer require rudloff/alltube-library +composer require kumi/alltube-library ``` You can then use it in your PHP code: diff --git a/composer.json b/composer.json index 14654fe..d40a03d 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "rudloff/alltube-library", + "name": "kumi/alltube-library", "description": "PHP wrapper for youtube-dl", "license": "GPL-3.0-only", "homepage": "http://alltubedownload.net/",