This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit 853fb69417d83b58e44889032986bfe17db75ea0
Author: Christopher Michael <[email protected]>
AuthorDate: Tue Jun 7 10:14:03 2022 -0400
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.