1
0
Fork 0
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:
Bruno Paz 2016-02-15 22:12:54 +00:00
parent e9fe45d2f9
commit 23a4b75bed

View file

@ -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: