1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-08 22:36:48 +02:00

formatting

This commit is contained in:
Kelly Brazil
2022-07-20 22:31:04 -07:00
parent 9f6a788a98
commit e27ed0743c
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ This parser will work with naked and wrapped URL strings:
- `<scheme://host/path>`
- `<URL:scheme://host/path>`
Normalized quoted and unquoted versions of the original URL and URL parts
Normalized encoded and decoded versions of the original URL and URL parts
are included in the output.
Usage (cli):

View File

@@ -7,7 +7,7 @@ This parser will work with naked and wrapped URL strings:
- `<scheme://host/path>`
- `<URL:scheme://host/path>`
Normalized quoted and unquoted versions of the original URL and URL parts
Normalized encoded and decoded versions of the original URL and URL parts
are included in the output.
Usage (cli):