git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commitbe7ba0e9dfde960f209d4d7cce6429d293df967c
parent1612e98133
authorIsaac Freund <[email protected]>
date2025-12-10 20:37
docs: barrier to entry, not of entry

 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ce9daff..ef65cfd 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ hot-swap window managers, and more.
 
 Why split the window manager to a separate process? I aim to:
 
-- Significantly lower the barrier of entry to writing a Wayland window manager.
+- Significantly lower the barrier to entry for writing a Wayland window manager.
 - Allow implementing Wayland window managers in high-level garbage collected
   languages without impacting compositor performance and latency.
 - Allow hot-swapping between window managers without restarting the compositor