From f6a18e2fc637a96ff0bde816fe3f6aa5102d9fb8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 12 Sep 2024 23:57:33 +0200 Subject: [PATCH] README: minor language polish --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4ba46f2..6d28a49c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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