From 7dce038d104bb57e41aa23e4fc34298e6cf452c7 Mon Sep 17 00:00:00 2001 From: fabfianda Date: Wed, 22 Apr 2020 10:38:49 +0200 Subject: [PATCH] Fix incomplete lib name Copy/paste of command was not working because of wrong lib name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b839f84..3a16bc3 100644 --- a/README.md +++ b/README.md @@ -73,10 +73,10 @@ Feel free to tinker with the matching rules by hand. * rofi * xdotool * x11-xserver-utils -* indent, ibanyevent-i3-perl [issue](https://github.com/klaxalk/i3-layout-manager/issues/17) +* indent, libanyevent-i3-perl [issue](https://github.com/klaxalk/i3-layout-manager/issues/17) ```bash -sudo apt install jq vim rofi xdotool x11-xserver-utils indent ibanyevent-i3-perl +sudo apt install jq vim rofi xdotool x11-xserver-utils indent libanyevent-i3-perl ``` ## FAQ