add comma
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
## UriBuilder.Fluent
|
||||
[](https://coveralls.io/github/TerribleDev/UriBuilder.Fluent) [](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 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 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user