From 18c08a16521e46e020934bb37d372a4e18b1814e Mon Sep 17 00:00:00 2001 From: StaffEngineer <velo.app1@gmail.com> Date: Mon, 11 Sep 2023 10:28:59 +0100 Subject: [PATCH] fix typo in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d52abf9..3566555 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # bevy_cosmic_edit -This bevy plugin provides mutliline text editing for bevy apps, thanks to [cosmic_text](https://github.com/pop-os/cosmic-text) crate! +This bevy plugin provides multiline text editing for bevy apps, thanks to [cosmic_text](https://github.com/pop-os/cosmic-text) crate! Emoji, ligatures, and other fancy stuff is supported! -- GitLab