diff --git a/README.md b/README.md index b5daccb9f724cb08017c2fbb847c4db6a363c01f..1653c7a1c27a5b5b067162c865e88c6ea75bc146 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. -### `deps.zig` +### Adding `deps.zig` to `build.zig ```diff const Builder = @import("std").build.Builder; +const deps = @import("./deps.zig");