From d0088d24c2027addc55c59e7d5cb42b2e14b258e Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Thu, 3 Feb 2022 07:27:04 -0500 Subject: [PATCH] Update guide-screen-resolution.md --- docs/guide-screen-resolution.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide-screen-resolution.md b/docs/guide-screen-resolution.md index a4d9d76..0135b1b 100644 --- a/docs/guide-screen-resolution.md +++ b/docs/guide-screen-resolution.md @@ -7,11 +7,11 @@ _(Thanks to [passthroughpo.st](https://passthroughpo.st/new-and-improved-mac-os- - Type `sudo diskutil mount diskYsZ`, using the disk/partition location name where you see EFI. - The **EFI** partition will appear in the left Finder bar under **Volumes**. - If you don't see anything in that volume after browsing to it, try the other ones that you found in `diskutil`. -2. In the **EFI** volume, go into the `Clover` directory and open the `config.plist` file in the macOS text editor. +2. In the **EFI** volume, go into the `OC` directory and open the `config.plist` file in the macOS text editor. 3. There should be a section of the file that looks like this: ``````````````````` -ScreenResolution +Resolution 1280x720 ```````````````````