From b17e221b629fdc943e545d0cee1a8f45d076e9ab Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Wed, 15 Dec 2021 21:20:40 -0300 Subject: [PATCH] Fix UEFIExtract capitalization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3c6295..f2e3c21 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ make cd .. ``` -3. Download the `uefiextract` tool from its [GitHub repository](https://github.com/LongSoft/UEFITool/releases) and place its executable on the repository's root directory. Prebuilt versions are only available for `x86_64`, but this tool is optional; UEFI extraction will not work without it. +3. Download the `UEFIExtract` tool from its [GitHub repository](https://github.com/LongSoft/UEFITool/releases) and place its executable on the repository's root directory. Prebuilt versions are only available for `x86_64`, but this tool is optional; UEFI extraction will not work without it. 4. Optionally run this command to install a dependency required for BIOS logo extraction: ```