0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00

docs(qrsvg): fix command example (#11436)

This commit is contained in:
Rafael Laurindo 2023-01-11 15:54:53 -03:00 committed by GitHub
parent 3dd83a22a1
commit 0f71cfd3c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"`