authorgravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-11-16 21:48:30 -08:00
committergravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-11-16 21:48:30 -08:00
logba6c4a7824dd94d3571cb1a6eb13d550d730d500
treec2ad6579fc9fc639b016a6e449abc96beda4222c
parent5dff730a793b5d84b89a8b3c52c635c38b9a4902

README- fix deps section title


1 files changed, 1 insertions(+), 1 deletions(-)

README.md+1-1
...@@ -54,7 +54,7 @@ zigmod fetch...@@ -54,7 +54,7 @@ zigmod fetch
54- This command takes no parameters and will generate a `deps.zig` in the root of your project.54- This command takes no parameters and will generate a `deps.zig` in the root of your project.
55- `deps.zig` should not be checked into your source control.55- `deps.zig` should not be checked into your source control.
5656
57### Adding `deps.zig` to `build.zig57### Adding `deps.zig` to `build.zig`
58```diff58```diff
59const Builder = @import("std").build.Builder;59const Builder = @import("std").build.Builder;
60+const deps = @import("./deps.zig");60+const deps = @import("./deps.zig");