mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 04:15:23 +02:00
Remove spaces from variable names
This commit is contained in:
parent
e9fe45d2f9
commit
23a4b75bed
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
|
||||
- Clone a repository you own:
|
||||
|
||||
`hub clone {{ repo_name }}`
|
||||
`hub clone {{repo_name}}`
|
||||
|
||||
- Clone another user repository:
|
||||
|
||||
`hub clone {{ github_username }}/{{ repo_name }}`
|
||||
`hub clone {{github_username}}/{{repo_name}}`
|
||||
|
||||
- Open the current project's issues page:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue