From 9eb8afe2598e1cc87344cbdf8e695a52dffe38f1 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Wed, 17 Apr 2024 16:45:34 +0200 Subject: [PATCH] fix(README): fix some typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d82a7d..a559b32 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ doas nixos-rebuild switch --flake ".#mrmeeseeks" ## Update manual packages from github -Somes of module use `fetchFromGithub` who need *SHA-256* hash to meet +Some modules use `fetchFromGithub` who need *SHA-256* hash to meet reproductibility. Theses hashed can be obtain with `nix-prefetch-github`: ```shell @@ -33,4 +33,4 @@ $ nix-prefetch-ghithub --rev v1.22.0 sindresorhus pure } ``` -In this example whe have obtained the hash for the specific 1.22.0 version. +In this example we have obtained the hash for the specific 1.22.0 version.