1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-21 07:34:08 +00:00

Merge pull request #53 from akiomik/patch-1

Fix typo in README.md
This commit is contained in:
Rene Schallner 2023-12-19 10:45:22 +01:00 committed by GitHub
commit db44c3cffa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -267,7 +267,7 @@ To add zap to `build.zig.zon`:
<!-- INSERT_DEP_END --> <!-- INSERT_DEP_END -->
Then, in your `build.zig`'s `build` function, add the following before Then, in your `build.zig`'s `build` function, add the following before
`b.installArtifact(exe)``: `b.installArtifact(exe)`:
```zig ```zig
const zap = b.dependency("zap", .{ const zap = b.dependency("zap", .{