fix readme

This commit is contained in:
Tommy Parnell
2017-07-06 10:50:38 -04:00
committed by GitHub
parent 4bf5ed64dc
commit ccc3f229d0

View File

@@ -19,6 +19,7 @@ new UriBuilder()
.WithHost("awesome.com")
.WithPathSegment("seg")
.UseHttps()
.Uri
.ToString()
```
@@ -30,6 +31,7 @@ or
new UriBuilder("https://awesome.com/yo)
.WithParameter("id", "5")
.Uri
.ToString();
```