Skip to content

Commit ae88d41

Browse files
committed
Fix public import.
1 parent 6c1dcf8 commit ae88d41

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
## Installation
2323

24+
> Chameleon supports only zig **master** branch.
25+
2426
- Install the package.
2527

2628
```bash

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pub fn build(b: *std.Build) void {
44
const target = b.standardTargetOptions(.{});
55
const optimize = b.standardOptimizeOption(.{});
66

7-
const cham_mod = b.createModule(.{
7+
const cham_mod = b.addModule("chameleon", .{
88
.root_source_file = b.path("src/chameleon.zig"),
99
.target = target,
1010
.optimize = optimize,

0 commit comments

Comments
 (0)