fix readme
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user