From 69c2280e9ddfdbc18f7a780132f816df39468eac Mon Sep 17 00:00:00 2001 From: Geert Wirken Date: Mon, 16 Jan 2017 01:20:52 +0100 Subject: [PATCH] Improved readme, badges added --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73777f4..b0ca349 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Latest Stable Version](https://img.shields.io/packagist/v/geertw/yii2-adsense.svg)](https://packagist.org/packages/geertw/yii2-adsense) +[![Total Downloads](https://img.shields.io/packagist/dt/geertw/yii2-adsense.svg)](https://packagist.org/packages/geertw/yii2-adsense) +[![License](https://img.shields.io/packagist/l/geertw/yii2-adsense.svg)](https://packagist.org/packages/geertw/yii2-adsense) + Google AdSense widget ===================== @@ -58,13 +62,19 @@ Usage Once the extension is installed and configured, simply use it in your code like this: ```php - +
+ +
+ ``` If you want a non-default slot ID, or when you want to change other settings, use: ```php - '9012345678']); ?> +
+ '9012345678']); ?> +
+ ``` Configuration options