From 6a77802419612b7e9e38a447f2d0d5154429c17f Mon Sep 17 00:00:00 2001 From: Danny van Kooten Date: Sun, 1 Mar 2015 22:29:40 +0700 Subject: [PATCH] Add badges to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ebdbfd..3046689 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AltoRouter [![Build Status](https://api.travis-ci.org/dannyvankooten/AltoRouter.png)](http://travis-ci.org/dannyvankooten/AltoRouter) [![Code Climate](https://codeclimate.com/github/dannyvankooten/AltoRouter/badges/gpa.svg)](https://codeclimate.com/github/dannyvankooten/AltoRouter) +# AltoRouter [![Build Status](https://api.travis-ci.org/dannyvankooten/AltoRouter.png)](http://travis-ci.org/dannyvankooten/AltoRouter) [![Stable Version](https://poser.pugx.org/dannyvankooten/altorouter/v/stable.svg)](https://packagist.org/packages/dannyvankooten/altorouter) [![License](https://poser.pugx.org/dannyvankooten/altorouter/license.svg)](https://packagist.org/packages/dannyvankooten/altorouter) [![Code Climate](https://codeclimate.com/github/dannyvankooten/AltoRouter/badges/gpa.svg)](https://codeclimate.com/github/dannyvankooten/AltoRouter) AltoRouter is a small but powerful routing class for PHP 5.3+, heavily inspired by [klein.php](https://github.com/chriso/klein.php/). ```php