From e083cdd9ff5b2729ff9a8d9676ed5c931b696d81 Mon Sep 17 00:00:00 2001 From: npldevfr Date: Mon, 22 Jan 2024 18:52:42 +0100 Subject: [PATCH] fix: lib name --- README.md | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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

-GitHub stars +GitHub stars

@@ -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",