From eb13e5f5ff6059e68aa237c8ed0b8eaeac8d29cd Mon Sep 17 00:00:00 2001 From: Rolf Wuthrich <96795973+rwuthric@users.noreply.github.com> Date: Wed, 29 Mar 2023 19:32:30 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dc9a36..186ba5d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Load the extension with ``` To execute some commands on the remote host, for example ```remote.host.com``` as user ```alice``` use: ``` -%ssh alice@remote.host.com +%%ssh alice@remote.host.com pwd ls ```