From 86bf1daa22ba1e546f6b1c9d27169f865da28b3b Mon Sep 17 00:00:00 2001 From: TwoSixtyThreeFiftyFour <108928957+TwoSixtyThreeFiftyFour@users.noreply.github.com> Date: Wed, 31 Aug 2022 04:41:49 +0000 Subject: [PATCH] Update verify.md Co-authored-by: Than Harrison --- verify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verify.md b/verify.md index 98293a4..98f620a 100644 --- a/verify.md +++ b/verify.md @@ -16,7 +16,7 @@ First get the hash of your local file by following these steps for your OS: Windows: - From a command prompt, run ```certutil -hashfile filename.txt sha256``` -- Compare the obtained hash result of your local file to the online files published hash. They should match. +- Compare the obtained hash result of your local file to the online file's published hash. They should match. MacOS: - From a terminal, run ```shasum -a 256 /full/path/to/your/file```