readme: Fix some typos

There are probably more in here, but these stuck out on quick glance
This commit is contained in:
Christopher Michael 2022-06-07 10:14:03 -04:00
parent c142783851
commit 853fb69417
1 changed files with 2 additions and 2 deletions

View File

@ -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