From 63cf5b12eede35ed025e4349681d016c12e9be4f Mon Sep 17 00:00:00 2001 From: znmz <267793835+znmz@users.noreply.github.com> Date: Mon, 11 May 2026 17:12:44 +0300 Subject: [PATCH] Fix typo in blade-egui/README.md --- blade-egui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blade-egui/README.md b/blade-egui/README.md index d6c3e8ec..da31fb88 100644 --- a/blade-egui/README.md +++ b/blade-egui/README.md @@ -17,4 +17,4 @@ cargo run --release --example bunnymark ## Platforms The full-stack Blade Engine can only run on Vulkan with hardware Ray Tracing support. -However, on secondary platforms, such as Metal and GLES/WebGL2, one can still use Blde-Graphics and Blade-Egui. +However, on secondary platforms, such as Metal and GLES/WebGL2, one can still use Blade-Graphics and Blade-Egui.