diff --git a/README.md b/README.md index bc90d5c..abce664 100644 --- a/README.md +++ b/README.md @@ -4,31 +4,31 @@

- - Packagist Version - - - NPM Downloads - - - npm version - - - the TCGdex PHP SDK is released under the MIT license. - - - the TCGdex PHP SDK's automated builds. - - - Discord Link - + + Packagist Version + + + NPM Downloads + + + npm version + + + the TCGdex PHP SDK is released under the MIT license. + + + the TCGdex PHP SDK's automated builds. + + + Discord Link +

# TCGdex PHP SDK -This is the SDK used to communicate with the Open source [TCGdex API](https://www.github.com/tcgdex/cards-database) trough PHP +This is the SDK used to communicate with the Open source [TCGdex API](https://www.github.com/tcgdex/cards-database) using PHP -Full API/SDK documentation in progress at https://www.tcgdex.net/docs +[Full API/SDK documentation in progress here](https://tcgdex.dev/sdks/php?ref=sdk_php_readme) ## Getting Started @@ -44,9 +44,7 @@ composer require symfony/cache nyholm/psr7 kriswallsmith/buzz # kriswallsmith/buzz === PSR18 ``` -## Usage - -*[complete documentation link](https://tcgdex.dev/sdks/php?ref=sdk_php_readme)* +## Quick usage ```php use TCGdex\TCGdex;