From 2dc4b592a71e421df4d5031aa27988d093e690b9 Mon Sep 17 00:00:00 2001 From: Sharp-tailed Grouse Date: Sat, 10 Jun 2023 16:39:10 -0400 Subject: [PATCH] fix quotation mark inside of code block Signed-off-by: Sharp-tailed Grouse --- verify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verify.md b/verify.md index c259ee6..572f3e2 100644 --- a/verify.md +++ b/verify.md @@ -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.