From 42fd19cd7742e1c5e064346b6040ec7f5f611b78 Mon Sep 17 00:00:00 2001 From: Francisco Torres Date: Tue, 6 May 2025 23:04:33 -0600 Subject: [PATCH] README.md: fix typo (Gnu -> GNU) (#7896) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6babedb3..1d9a7ddd1 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ There are currently two methods to build the uutils binaries: either Cargo or GNU Make. > Building the full package, including all documentation, requires both Cargo -> and Gnu Make on a Unix platform. +> and GNU Make on a Unix platform. For either method, we first need to fetch the repository: