fix quotation mark inside of code block

Signed-off-by: Sharp-tailed Grouse <no@anonymousplanet.org>
This commit is contained in:
Than Harrison 2023-06-10 16:39:10 -04:00
parent 99bd1eb0cc
commit 2dc4b592a7
No known key found for this signature in database
GPG Key ID: B208C4084A2C582D

View File

@ -66,7 +66,7 @@ If you use GPG directly, you won't need to mark the release signing key as trust
Finally, verify the asc signature file (links above) against the PDF file by issuing the following example command:
```gpg --verify guide.pdf.asc guide.pdf"```
```gpg --verify guide.pdf.asc guide.pdf```
This should output a result showing it matches a signature created by the release signing key, and is therefore a good result.