mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 20:42:23 +03:00
Fix missing backticks
Added some backticks that where missing.
This commit is contained in:
parent
5f3e3aa223
commit
3acb4dc447
@ -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}}`
|
||||
|
Loading…
Reference in New Issue
Block a user