From fe8036fb166ae10036c39ab7827a2ef8ba19453d Mon Sep 17 00:00:00 2001 From: Faalagorn Date: Sun, 16 Apr 2023 19:38:09 +0200 Subject: [PATCH] Hopefully last nit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18f6f8b9..a0041845 100644 --- a/README.md +++ b/README.md @@ -367,7 +367,7 @@ Parameters that are enabled by default have to be explicitly disabled. These (cu | `position=` | Location of the HUD: `top-left` (default), `top-right`, `middle-left`, `middle-right`, `bottom-left`, `bottom-right`, `top-center`, `bottom_center` | | `procmem`
`procmem_shared`, `procmem_virt`| Displays process' memory usage: resident, shared and/or virtual. `procmem` (resident) also toggles others off if disabled | | `ram`
`vram` | Display system RAM/VRAM usage | -| `read_cfg` | Add to MANGOHUD_CONFIG as first parameter to also load config file. Otherwise only MANGOHUD_CONFIG parameters are used. | +| `read_cfg` | Add to MANGOHUD_CONFIG as first parameter to also load config file. Otherwise only `MANGOHUD_CONFIG` parameters are used | | `reload_cfg=` | Change keybind for reloading the config. Default = `Shift_L+F4` | | `resolution` | Display the current resolution | | `retro` | Disable linear texture filtering. Makes textures look blocky |