Skip to content

Commit

Permalink
README: minor language polish
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Sep 13, 2024
1 parent f02ca45 commit 6cdc5ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Command line tool for URL parsing and manipulation

## Examples

**Replace the host name of a URL:**
**Replace the hostname of a URL:**

```text
$ trurl --url https://curl.se --set host=example.com
Expand Down Expand Up @@ -129,7 +129,7 @@ https://curl.se/this%20has%20space/index.html

### Linux

It's quite easy to compile the C source with GCC:
it is quite easy to compile the C source with GCC:

```text
$ make
Expand Down

0 comments on commit 6cdc5ff

Please sign in to comment.