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();
```
@@ -78,4 +80,4 @@ var uri = new UriBuilder("https://awesome.com")
```
result: `http%3A%2F%2Fawesome.com%2F%3Fyo%3Ddawg%3C`
result: `http%3A%2F%2Fawesome.com%2F%3Fyo%3Ddawg%3C`