mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
Fix incorrect formatting in the README
This commit is contained in:
parent
35d141b1ab
commit
509af698cf
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ $ git push origin my-new-package
|
|||
$ gh pr create
|
||||
```
|
||||
|
||||
> `pkg` can be run without magic via `tea -E pkg` (this dev-env provides `+tea.xyz/brewkit`).
|
||||
> `gh` can be run without magic via `tea gh`.
|
||||
> `pkg` can be run without magic via `tea -E pkg` (this dev-env provides `+tea.xyz/brewkit`).
|
||||
> `gh` can be run without magic via `tea gh`.
|
||||
> `git` can be run without magic via `tea git`.
|
||||
|
||||
While in a pantry dev-env you can run commands from any built packages
|
||||
|
|
Loading…
Reference in a new issue