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.