diff --git a/README.md b/README.md index e493b3a..58682ea 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # gw2treasures/gw2api +![](https://img.shields.io/packagist/v/gw2treasures/gw2api.svg?style=flat-square) ![](https://img.shields.io/packagist/l/gw2treasures/gw2api.svg?style=flat-square) + PHP wrapper for the Guild Wars 2 API ## Requirements @@ -8,8 +10,10 @@ PHP wrapper for the Guild Wars 2 API ## Setup +### Using [composer](https://getcomposer.org): + ``` -$ composer require gw2treasures/gw2api +composer require gw2treasures/gw2api ``` ## License