From 17276ae8eb6cb9379557f8a2b90be6e01a1b0d85 Mon Sep 17 00:00:00 2001 From: Yo-An Lin Date: Tue, 27 Jan 2015 17:35:26 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4332e28..24599f6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ R3 [![Build Status](https://travis-ci.org/c9s/r3.svg?branch=master)](https://travis-ci.org/c9s/r3) -[![Coverage Status](https://coveralls.io/repos/c9s/r3/badge.png)](https://coveralls.io/r/c9s/r3) +[![Coverage Status](https://coveralls.io/repos/c9s/r3/badge.svg)](https://coveralls.io/r/c9s/r3) R3 is an URL router library with high performance, thus, it's implemented in C. It compiles your route paths into a prefix trie.