From e9c30d6db256c43a392abb85c72503a00548319f Mon Sep 17 00:00:00 2001 From: hut Date: Fri, 5 Apr 2024 04:26:47 +0200 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e1cea7..696a694 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ Cheats: - Screen, keyboard - Operating System: Linux, Windows, MacOS -- Ideally, a graphics card with vulkan support +- Ideally, a graphics card with Vulkan support -If your GPU does not support vulkan, try rendering with OpenGL by setting the environment variable `WGPU_BACKEND` to `gl`, like: +If your GPU does not support Vulkan, try rendering with OpenGL by setting the environment variable `WGPU_BACKEND` to `gl`, like: ``` WGPU_BACKEND=gl ./outfly