Skip to content

Commit

Permalink
README: fix the --json example output
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Aug 1, 2023
1 parent b985d2e commit 9cac0f5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,13 @@ $ trurl "https://fake.host/hello#frag" --set user=::moo:: --json
[
{
"url": "https://%3a%3amoo%3a%[email protected]/hello#frag",
"scheme": "https",
"user": "::moo::",
"host": "fake.host",
"port": "443",
"path": "/hello",
"fragment": "frag"
"parts": {
"scheme": "https",
"user": "::moo::",
"host": "fake.host",
"path": "/hello",
"fragment": "frag"
}
}
]
```
Expand Down

0 comments on commit 9cac0f5

Please sign in to comment.