From 8223c8c08e327fd72ac1c3d097c8158300ed7625 Mon Sep 17 00:00:00 2001 From: Anatole Lefort Date: Mon, 22 Jun 2020 17:19:07 +0200 Subject: [PATCH] docs: fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa2dedb..6f3e9df 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ and missing features. If you run into a bug don't hesitate to ## Design goals - Simplicity and minimalism, river should not overstep the bounds of a -window manger. +window manager. - Window management based on a stack of views and tags. - Dynamic layouts generated by external, user-written executables. (A default `rivertile` layout generator is provided.)