diff --git a/README.md b/README.md index fff7993..97a48d2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ An unofficial PHP client for the Liquipedia
@@ -19,7 +19,7 @@ An unofficial PHP client for the Liquipedia Supports PHP >= 8.2 ```bash -composer require npldevfr/liquipedia-php-client +composer require npldevfr/liquipedia-client ``` ## 🚀 Usage diff --git a/composer.json b/composer.json index 969a7f8..52d1b0f 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "npldevfr/liquipedia-php-client", + "name": "npldevfr/liquipedia-client", "description": "A PHP client for the Liquipedia v3 API", "keywords": ["php", "liquipedia", "mediawiki", "api", "client"], "license": "MIT",