Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akiomik authored Nov 6, 2023
1 parent a231371 commit c011769
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 @@ -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", .{
Expand Down

0 comments on commit c011769

Please sign in to comment.