From 80b584e9bad7bd7100081730f79c67319714db66 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Thu, 6 Mar 2025 11:52:01 +0100 Subject: [PATCH] Readme: fix sentence --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 459829e..cdc5fc1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ hostname hostname provides commands which can be used to display the system's DNS name, and to display or set its hostname or NIS domain name. -Reimplement this command in Rust: +Reimplement the following commands in Rust: * /bin/hostname * /bin/dnsdomainname * /bin/domainname @@ -17,4 +17,4 @@ TODO ## License -hostname is licensed under the MIT License - see the `LICENSE` file for details \ No newline at end of file +hostname is licensed under the MIT License - see the `LICENSE` file for details