mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
Fix typo in README.md
This commit is contained in:
parent
a231371c3a
commit
c011769f40
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ To add zap to `build.zig.zon`:
|
|||
<!-- INSERT_DEP_END -->
|
||||
|
||||
Then, in your `build.zig`'s `build` function, add the following before
|
||||
`b.installArtifact(exe)``:
|
||||
`b.installArtifact(exe)`:
|
||||
|
||||
```zig
|
||||
const zap = b.dependency("zap", .{
|
||||
|
|
Loading…
Add table
Reference in a new issue