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

commita0986909e9160a0603742946d6d0a17748a2cd43
parent9de9e207a0
authorIsaac Freund <[email protected]>
date2020-06-05 10:34
docs: fix link to Config.zig

 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index cba8ac6..e9e3043 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ river -c /path/to/config.sh
 An example script with sane defaults is provided [here](contrib/config.sh) in
 the contrib directory.
 
-Some configuration options are still hardcoded in [config.zig](src/config.zig).
+Some configuration options are still hardcoded in [Config.zig](src/Config.zig).
 Eventually all configuration will be moved to the `riverctl` binary.
 
 ## Development
@@ -72,7 +72,7 @@ I can often be found in the `#sway-devel` IRC channel with the
 nick `ifreund` on irc.freenode.net as well, or reached by email at
 [[email protected]](mailto:[email protected]).
 
-## Licensing 
+## Licensing
 
 river is released under the GNU General Public License version 3, or (at your
 option) any later version.