From 375ef57cfeec868b7fa10514aa1c308549cb10a3 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Thu, 17 Feb 2022 17:00:43 -0800 Subject: [PATCH] docs/zig.mod- document the new alternative location --- docs/zig.mod.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/zig.mod.md b/docs/zig.mod.md index 006251fa0d26b9dbfd2a126a36a18258ba6e689b..49b548c33e0f0a4ecc7a468f8f7e5632f5594baa 100644 --- a/docs/zig.mod.md +++ b/docs/zig.mod.md @@ -1,5 +1,9 @@ ## `zig.mod` Reference +`zig.mod` is the main manifest that Zigmod will read to learn all about your application or package. + +`zigmod.yml` is a valid alternative if needed. + ### `id` - Type: `string` - Required -- 2.54.0