mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
docs(qrsvg): fix command example (#11436)
This commit is contained in:
@@ -5,4 +5,4 @@ Generate a QR Code from the command line. Uses [QRcode.show](https://qrcode.show
|
||||
alias | command
|
||||
--------------- | --------
|
||||
`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"`
|
||||
|
||||
Reference in New Issue
Block a user