diff --git a/README.md b/README.md index f8ddf1b..b83344b 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,16 @@ Get it via [composer](http://getcomposer.org/) by adding the package to your `co ``` You may also check the package information on [packagist](https://packagist.org/packages/cebe/yii2-gravatar). + +Usage +----- + +```php + 'mail@cebe.cc', + 'options' => [ + 'alt' => 'Carsten Brandt' + ], + 'size' => 32 +]); ?> +```