From 4797f0593c1c693102b4f0a3877a58b598db3ae8 Mon Sep 17 00:00:00 2001 From: Quad Date: Fri, 18 Mar 2022 20:37:32 +0100 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0b575d..49bfe79 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,4 @@ Basic script that sets xorg config for an eGPU, if an eGPU is found. 3. Edit `egpu.conf` to add your GPU's PCI-E address. See [Arch wiki](https://wiki.archlinux.org/title/External_GPU#Xorg_rendered_on_eGPU,_PRIME_display_offload_to_iGPU) if you are unsure how to find your PCI-E address. 4. Make `egpu.sh` run on boot before your display manager and xorg starts. -How to run `egpu.sh` before your display manager varies from system to system. On systemd you can create a simple service while that runs it, containing `Before=`. On runit, it can be achieved by putting the script in `/etc/runit/core-services`. +How to run `egpu.sh` before your display manager varies from system to system. On systemd you can create a simple service which runs it, containing `Before=`. On runit, it can be achieved by putting the script in `/etc/runit/core-services`.