Merge pull request #252 from egilkh/patch-1

Fix missing backticks
This commit is contained in:
Romain Prieto
2014-11-05 11:32:32 +11:00

View File

@@ -20,7 +20,7 @@
- Attach to a named session
`tmux a -t {{name}}
`tmux a -t {{name}}`
- Detach from session
@@ -28,4 +28,4 @@
- Kill session
`tmux kill-session -t {{name}}
`tmux kill-session -t {{name}}`