diff --git a/README.md b/README.md index 3b65e6818ed5592a9d954ba4136a2f9aeb296eab..955f55b7bf5506d5bd99007b65e6b0377eeb7f98 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ zigmod fetch - This command takes no parameters and will generate a `deps.zig` in the root of your project. - `deps.zig` should not be checked into your source control. -### Adding `deps.zig` to `build.zig +### Adding `deps.zig` to `build.zig` ```diff const Builder = @import("std").build.Builder; +const deps = @import("./deps.zig");