Skip to content

Commit 2803432

Browse files
emneo-devCloudef
authored andcommitted
Fix integration documentation
This has been broken since 9a0f1d6 Signed-off-by: Emily Flion <[email protected]>
1 parent 36b5da3 commit 2803432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/integration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ zig fetch --save git+https://github.com/Cloudef/zig-aio.git
1515
In `build.zig` file add the following for whichever modules `zig-aio` is required.
1616

1717
```zig
18-
// get the "zig-aio" dependency from "build.zig.zon"
19-
const zig_aio = b.dependency("zig-aio", .{});
18+
// get the "aio" dependency from "build.zig.zon"
19+
const zig_aio = b.dependency("aio", .{});
2020
// for exe, lib, tests, etc.
2121
exe.root_module.addImport("aio", zig_aio.module("aio"));
2222
// for coroutines api

0 commit comments

Comments
 (0)