Unverified Commit 0f71cfd3 authored by Rafael Laurindo's avatar Rafael Laurindo Committed by GitHub

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

parent 3dd83a22
...@@ -5,4 +5,4 @@ Generate a QR Code from the command line. Uses [QRcode.show](https://qrcode.show ...@@ -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"`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment