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

commit3145b20bddd951c8ded7940238cbed3e8a2d13b5
parent5c06a80aa1
authorIsaac Freund <[email protected]>
date2020-04-14 01:20
Tweak wording in readme

 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index defe618..0cb8e07 100644
--- a/README.md
+++ b/README.md
@@ -32,9 +32,9 @@ River can either be run nested in an X11/wayland session or directly
 from a tty using KMS/DRM.
 
 Keybinds are similar to the defaults of dwm, but using the "logo key"
-instead of alt. Check out [config.zig](src/config.zig) for a complete list
-of bindings. Note that the terminal emulator is currently hardcoded to
-[alacritty](https://github.com/alacritty/alacritty).
+instead of alt. Check out the comments in [config.zig](src/config.zig) for
+a complete list of bindings. Note that the terminal emulator is currently
+hardcoded to [alacritty](https://github.com/alacritty/alacritty).
 
 ## Development