diff --git a/README.md b/README.md index d2bae3e7c52ac17f3a284bbb5a570b28e52eccf9..a690a282ff46e09be84b13697a352e9bcd33fae7 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ zigmod sum ``` - This will generate a `zig.sum` file with the blake3 hashes of your modules. -- Place that hash in the `hash: blake3:` property of a dependency to be able to check it with `verify`. + ### Adding `deps.zig` to `build.zig` ```diff