We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b5da3 commit 2803432Copy full SHA for 2803432
docs/pages/integration.mdx
@@ -15,8 +15,8 @@ zig fetch --save git+https://github.com/Cloudef/zig-aio.git
15
In `build.zig` file add the following for whichever modules `zig-aio` is required.
16
17
```zig
18
-// get the "zig-aio" dependency from "build.zig.zon"
19
-const zig_aio = b.dependency("zig-aio", .{});
+// get the "aio" dependency from "build.zig.zon"
+const zig_aio = b.dependency("aio", .{});
20
// for exe, lib, tests, etc.
21
exe.root_module.addImport("aio", zig_aio.module("aio"));
22
// for coroutines api
0 commit comments