From c96e985dbfe063d8ca7a3e7361ee937c97e9fa68 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Sun, 13 Apr 2014 16:47:55 -0700 Subject: [PATCH] Shiny new shields! --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c49ae3..b33b355 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ Mustache.php A [Mustache](http://mustache.github.com/) implementation in PHP. -[![Build Status](https://secure.travis-ci.org/bobthecow/mustache.php.png?branch=dev)](http://travis-ci.org/bobthecow/mustache.php) +[![Package version](http://img.shields.io/packagist/v/mustache/mustache.svg)](https://packagist.org/packages/mustache/mustache) +[![Build status](http://img.shields.io/travis/bobthecow/mustache.php/dev.svg)](http://travis-ci.org/bobthecow/mustache.php) +[![Monthly downloads](http://img.shields.io/packagist/dm/mustache/mustache.svg)](https://packagist.org/packages/mustache/mustache) Usage