From 6a31a1968ed997119916b1f9e2f5e110312b3cc2 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Wed, 9 Nov 2016 07:27:32 -0500 Subject: [PATCH] readme --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 464770f..934c84c 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ ## 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. +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 NetStandardLibrary compliant package builds ontop of trusty UriBuilder, and does not use custom Uri generators, or have outside dependencies. Unit tests continue to be a first class citizen! This lets you do things like @@ -34,4 +34,4 @@ result: `https://awesome.com/yo?id=5` ## Getting started -Just install the nuget package `install-package UriBuilder.Fluent` and thats it. The extension methods should be avalbile to you! \ No newline at end of file +Just install the nuget package `install-package UriBuilder.Fluent` and thats it. The extension methods should be available to you! \ No newline at end of file