From 78c286471f3190689900ebf1718ef087565fa30a Mon Sep 17 00:00:00 2001 From: Jacob Date: Sat, 16 Jul 2022 22:01:15 +0200 Subject: [PATCH] Fixed typos in README.md (#14181) In the requirements the section about Direct3D 11 had some typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4753833cd0..8ae99e9d81 100644 --- a/README.md +++ b/README.md @@ -178,8 +178,8 @@ Your videocard needs to at least support the OpenGL 3.2 core feature spec. ***Menu driver support:*** MaterialUI, XMB, Ozone and RGUI should all work correctly. ### Direct3D 11 ### -Your vudeocard needs to least supports Direct3D11 Feature Level 11.0. The card -also needs to support at least Shader Model 4.0. +Your videocard needs to at least support the Direct3D11 11.0 spec. The card +also needs to support at least the Shader Model 4.0. ***Shaders:*** You will be able to use modern Slang shaders with this driver.