From 103bab1eb756b019bc8c7b808b90eff61fdcf1fb Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Tue, 8 Nov 2016 22:26:52 -0500 Subject: [PATCH] readme --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 3442bc0..824d7f3 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,5 @@ ## UriBuilder.Fluent +[![Coverage Status](https://coveralls.io/repos/github/TerribleDev/UriBuilder.Fluent/badge.svg)](https://coveralls.io/github/TerribleDev/UriBuilder.Fluent) [![Build status](https://ci.appveyor.com/api/projects/status/cp704w3bgaerufxm/branch/master?svg=true)](https://ci.appveyor.com/project/tparnell8/uribuilder-fluent/branch/master) This places extension methods over System.UriBuilder to help deal with query string parameters, and create more of a fluent interface. Unlike other projects this builds ontop of trusty UriBuilder, and does not use custom Uri generators, or have outside dependencies.