From cf124ffcdc18da3e30d5641c8272fc20e9172197 Mon Sep 17 00:00:00 2001 From: Eric-Paul Ickhorn Date: Tue, 28 Nov 2023 19:02:28 +0100 Subject: [PATCH] Fixed a typo where an l was a 1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 387fef3..62760b7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Parcel has very few dependencies. Below, there's a list of those dependencies that Parcel has: - `gcc` (no other compiler is supported) -- binutils (`ar`, `1d`, ...) +- binutils (`ar`, `ld`, ...) - `bash` - *The Usual* (a *libc*, the *system headers*, ...)