From ba6c4a7824dd94d3571cb1a6eb13d550d730d500 Mon Sep 17 00:00:00 2001 From: Meghan Date: Mon, 16 Nov 2020 21:48:30 -0800 Subject: [PATCH] README- fix deps section title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.54.0