From 20dce515e35e78739feb86518b0ea2ccea72bc15 Mon Sep 17 00:00:00 2001 From: orboditilt <45944072+orboditilt@users.noreply.github.com> Date: Sun, 13 Jan 2019 15:59:01 +0100 Subject: [PATCH] Fix small typo in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e260a6c..380f5e9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ temporarily. Then disabling the memory translation, make sure to use physical ad `OSEffectiveToPhysical` might help there. ## Building -Place the a project with Makefile into a subfolder `/main_hook` that creates a `mainhook.elf`. +Place the a project with Makefile into a subfolder `/main_hook` that creates a `main_hook.elf`. Using a `.elf` directly requires changes on the Makefile. This repository provides a generic `.elf` as submodule, see it's README for detailed information and usage.