From 78f31c2839bf3bfc2428330ebf40dd63fae9a5d7 Mon Sep 17 00:00:00 2001 From: TwoSixtyThreeFiftyFour <108928957+TwoSixtyThreeFiftyFour@users.noreply.github.com> Date: Wed, 31 Aug 2022 04:40:52 +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 d4dc47e..e50c530 100644 --- a/verify.md +++ b/verify.md @@ -20,7 +20,7 @@ Windows: MacOS: - From a terminal, run ```shasum -a 256 /full/path/to/your/file``` -- 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. Linux: - From a terminal, run ```sha256sum /full/path/to/your/file```