From 025805ac127fe5ef52f583b32485f174aa3e0650 Mon Sep 17 00:00:00 2001 From: Joe Green Date: Fri, 9 Jan 2015 12:46:32 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b0a228..a95e1af 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ PHRoute - Fast request router for PHP ======================================= -[![Build Status](https://travis-ci.org/mrjgreen/phroute.svg?branch=refactor)](https://travis-ci.org/mrjgreen/phroute?branch=refactor) -[![Coverage Status](https://coveralls.io/repos/joegreen0991/phroute/badge.png?branch=refactor)](https://coveralls.io/r/joegreen0991/phroute?branch=master) +[![Build Status](https://travis-ci.org/mrjgreen/phroute.svg)](https://travis-ci.org/mrjgreen/phroute) +[![Coverage Status](https://coveralls.io/repos/mrjgreen/phroute/badge.png)](https://coveralls.io/r/mrjgreen/phroute) ## This library provides a fast implementation of a regular expression based router. From 5d95e86365a0be875c4b034baf0c0e0ceaebf351 Mon Sep 17 00:00:00 2001 From: Joe Green Date: Fri, 9 Jan 2015 12:47:20 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a95e1af..dc02aa4 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ PHRoute - Fast request router for PHP [![Build Status](https://travis-ci.org/mrjgreen/phroute.svg)](https://travis-ci.org/mrjgreen/phroute) [![Coverage Status](https://coveralls.io/repos/mrjgreen/phroute/badge.png)](https://coveralls.io/r/mrjgreen/phroute) +[![SensioLabsInsight](https://insight.sensiolabs.com/projects/92fb42d3-5254-4b3e-8a84-69d535941465/mini.png)](https://insight.sensiolabs.com/projects/92fb42d3-5254-4b3e-8a84-69d535941465) ## This library provides a fast implementation of a regular expression based router.