diff --git a/README.md b/README.md index 779ad09..1cc1f52 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This package lets you run and kill SSH tunnels. To use it: ```emacs-lisp (setq ssh-tunnels-configurations - '((:name "my local tunnel" + `((:name ,(concat "my local tunnel to " system-name) :local-port 1234 :remote-port 3306 :login "me@host")