From 88343feaf0ccab301779fe393f81127af2294a49 Mon Sep 17 00:00:00 2001 From: derric-young <77132259+derric-young@users.noreply.github.com> Date: Mon, 14 Oct 2024 21:48:33 +1000 Subject: [PATCH] fix typo in start of apci thing with the word results. being misspelled as resaults --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a38bee..7a87a9c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ As you are following the guide and get to the [Gathering Files](https://dortania **APCI** -For this, you are going to want to download a tool called [SSDTTime](https://github.com/corpnewt/SSDTTime). Running this tool, you are first going to choose option **P** to dump you DSDT. Then you are going to select option **3** to make a SSDT-EC.aml. It should be in the resaults folder. Copy this to your EFI -> APCI folder, as per the OpenCore guide instructions. +For this, you are going to want to download a tool called [SSDTTime](https://github.com/corpnewt/SSDTTime). Running this tool, you are first going to choose option **P** to dump you DSDT. Then you are going to select option **3** to make a SSDT-EC.aml. It should be in the results folder. Copy this to your EFI -> APCI folder, as per the OpenCore guide instructions. You will also need the [SSDT-CPUR](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/compiled/SSDT-CPUR.aml) in the ACPI folder.