From 24d42506ec8a89348de773844ef023b246a82039 Mon Sep 17 00:00:00 2001 From: Danny van Kooten Date: Sun, 1 Mar 2015 22:32:15 +0700 Subject: [PATCH] Fix badges in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3046689..323a259 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) [![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 [![Build Status](https://api.travis-ci.org/dannyvankooten/AltoRouter.png)](http://travis-ci.org/dannyvankooten/AltoRouter) [![Latest Stable Version](https://poser.pugx.org/altorouter/altorouter/v/stable.svg)](https://packagist.org/packages/altorouter/altorouter) [![License](https://poser.pugx.org/altorouter/altorouter/license.svg)](https://packagist.org/packages/altorouter/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