Skip to content

Commit 926c69e

Browse files
authored
Update README.md
1 parent b8ad544 commit 926c69e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packaged for the [Zig](https://ziglang.org/) build system.
55

66
## how to use
77

8-
1. Add `zclay` to the dependency list in `build.zig.zon`:
8+
1. Add `VulkanMemoryAllocator` to the dependency list in `build.zig.zon`:
99

1010
```sh
1111
zig fetch --save git+https://github.com/johan0A/VulkanMemoryAllocator#v3.2.1
@@ -19,6 +19,6 @@ const vma_dep = b.dependency("VulkanMemoryAllocator", .{
1919
.target = target,
2020
.optimize = optimize,
2121
});
22-
your_compilation.linkLibrary("vma", zclay_dep.artifact("VulkanMemoryAllocator"));
22+
your_compilation.linkLibrary("vma", vma_dep.artifact("VulkanMemoryAllocator"));
2323
...
24-
```
24+
```

0 commit comments

Comments
 (0)