Skip to content

Commit

Permalink
fix: lib name
Browse files Browse the repository at this point in the history
  • Loading branch information
npldevfr committed Jan 22, 2024
1 parent 512d321 commit e083cdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ An unofficial PHP client for the <a href="https://liquipedia.net">Liquipedia</a>
<p>

<p align="center">
<a href="https://github.com/npldevfr/liquipedia-php-client" target="__blank"><img alt="GitHub stars" src="https://img.shields.io/github/stars/npldevfr/liquipedia-php-client?flat&colorA=002438&colorB=41c399"></a>
<a href="https://github.com/npldevfr/liquipedia-client" target="__blank"><img alt="GitHub stars" src="https://img.shields.io/github/stars/npldevfr/liquipedia-client?flat&colorA=002438&colorB=41c399"></a>
</p>


## 📦 Installation
Supports PHP >= 8.2

```bash
composer require npldevfr/liquipedia-php-client
composer require npldevfr/liquipedia-client
```

## 🚀 Usage
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e083cdd

Please sign in to comment.