mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
Fix missing backquotes
This commit is contained in:
parent
d26c5b4b2b
commit
0094393e46
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
|||
|
||||
- Install a package
|
||||
|
||||
`pip install {{somepackage}}
|
||||
`pip install {{somepackage}}`
|
||||
|
||||
- Upgrade a package
|
||||
|
||||
`pip install -U {{somepackage}}
|
||||
`pip install -U {{somepackage}}`
|
||||
|
||||
- Uninstall a package
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue