Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PegasusPlusUS authored Nov 14, 2024
1 parent 81a7760 commit 49a130d
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 @@ -49,7 +49,7 @@ pub fn build(b: *std.Build) void {

```Zig
// Usage:
// in src/main.cpp
// in src/main.zig
// Use anonymous import instead, can only use one way, to avoid symbol redefinition.
// const while_rangex = @import("external/while_rangex/src/root.zig").WhileRange;
const while_rangex = @import("while_rangex").WhileRange;
Expand Down

0 comments on commit 49a130d

Please sign in to comment.