From d616c4d16e60f42abc8963e4800fc16076c45e33 Mon Sep 17 00:00:00 2001 From: Uwe Werler Date: Wed, 19 Aug 2020 15:01:55 +0000 Subject: [PATCH] spelling and wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b138dd..e108e25 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ following into your .cwmrc: # ...or if you want prefer to use rofi place this into the config ssh-command: "sh ~/.tmux/ssh.sh -c {host}"; ``` -Or if you prefer rofi, them place this line into .config/rofi/config.rasi: +Or if you prefer rofi then put this line into .config/rofi/config.rasi: ``` ssh-command: "/bin/sh .tmux_ssh/ssh.sh -c {host}"; ```