From 853fb69417d83b58e44889032986bfe17db75ea0 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 7 Jun 2022 10:14:03 -0400 Subject: [PATCH] readme: Fix some typos There are probably more in here, but these stuck out on quick glance --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f38347129..c236be111a 100644 --- a/README.md +++ b/README.md @@ -388,7 +388,7 @@ Required by default: ### Wayland support You may also want wayland support when on Linux. This enables support -for EFL to trget wayland support for client applications. To do this +for EFL to target wayland support for client applications. To do this supply: ``` sh -Dwl=true @@ -399,7 +399,7 @@ supply: For more modern framebuffer support you may want drm/kms rendering support so enable this. This is what you also want for wayland compositor support in enlightenment as it will want to be able to -render to a moder framebuffer tarbet with atomic buffer swapping. To +render to a modern framebuffer target with atomic buffer swapping. To do this provide: ``` sh -Ddrm=true