fix readme
This commit is contained in:
@@ -19,6 +19,7 @@ new UriBuilder()
|
|||||||
.WithHost("awesome.com")
|
.WithHost("awesome.com")
|
||||||
.WithPathSegment("seg")
|
.WithPathSegment("seg")
|
||||||
.UseHttps()
|
.UseHttps()
|
||||||
|
.Uri
|
||||||
.ToString()
|
.ToString()
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -30,6 +31,7 @@ or
|
|||||||
|
|
||||||
new UriBuilder("https://awesome.com/yo)
|
new UriBuilder("https://awesome.com/yo)
|
||||||
.WithParameter("id", "5")
|
.WithParameter("id", "5")
|
||||||
|
.Uri
|
||||||
.ToString();
|
.ToString();
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user