From 3b19303e02bd2d386cf8b85b248388a25bfe9e26 Mon Sep 17 00:00:00 2001 From: Mike Tsao Date: Sun, 7 Jan 2024 07:31:34 -0800 Subject: [PATCH] Fix typo in `crates/egui_glow/README.md` (#2956) Closes . --- crates/egui_glow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui_glow/README.md b/crates/egui_glow/README.md index 93797d861..2aee02f0e 100644 --- a/crates/egui_glow/README.md +++ b/crates/egui_glow/README.md @@ -19,7 +19,7 @@ sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev lib This crate optionally depends on [`egui-winit`](https://github.com/emilk/egui/tree/master/crates/egui-winit). -Text the example with: +Test the example with: ``` sh cargo run -p egui_glow --example pure_glow --features=winit,egui/default_fonts