mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
docs(qrsvg): fix command example (#11436)
This commit is contained in:
parent
3dd83a22a1
commit
0f71cfd3c1
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ Generate a QR Code from the command line. Uses [QRcode.show](https://qrcode.show
|
||||||
alias | command
|
alias | command
|
||||||
--------------- | --------
|
--------------- | --------
|
||||||
`qrcode [text]` | `curl -d "text" qrcode.show`
|
`qrcode [text]` | `curl -d "text" qrcode.show`
|
||||||
`qrsvg [text]` | `curl -d "text" qrcode.show -H "Accepct: image.svg"`
|
`qrsvg [text]` | `curl -d "text" qrcode.show -H "Accept: image/svg+xml"`
|
||||||
|
|
Loading…
Reference in a new issue