Skip to content

Commit

Permalink
Merge pull request #53 from akiomik/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
renerocksai authored Dec 19, 2023
2 parents d5a1024 + c011769 commit db44c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,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", .{
Expand Down

0 comments on commit db44c3c

Please sign in to comment.