Skip to content

Commit 37e49f0

Browse files
authored
Update README.md
1 parent 4e7d93d commit 37e49f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Add this:
6868
```zig
6969
// To standardize development, maybe you should use `lazyDependency()` instead of `dependency()`
7070
// more info to see: https://ziglang.org/download/0.12.0/release-notes.html#toc-Lazy-Dependencies
71-
const zig_webui = b.dependency("zig-webui", .{
71+
const zig_webui = b.dependency("zig_webui", .{
7272
.target = target,
7373
.optimize = optimize,
7474
.enable_tls = false, // whether enable tls support

0 commit comments

Comments
 (0)