| author | |
| committer | |
| log | 46d0ae450be30321abda85b93e28f8a9df679848 |
| tree | c3bfe8583c8b68e1f930482478cfa65c10d3bf37 |
| parent | 2d33d8f91be881b3f8ab9b8eab242c2451f1b3df |
1 files changed, 1 insertions(+), 1 deletions(-)
README.md+1-1| ... | ... | @@ -72,7 +72,7 @@ zigmod sum |
| 72 | 72 | ``` |
| 73 | 73 | |
| 74 | 74 | - This will generate a `zig.sum` file with the blake3 hashes of your modules. |
| 75 | - Place that hash in the `hash: blake3:<hash>` property of a dependency to be able to check it with `verify`. | |
| 75 | <!-- - Place that hash in the `hash: blake-<hash>` property of a dependency to be able to check it with `verify`. --> | |
| 76 | 76 | |
| 77 | 77 | ### Adding `deps.zig` to `build.zig` |
| 78 | 78 | ```diff |