From b69348876ead12b56f862fcb845263daef13dcc6 Mon Sep 17 00:00:00 2001 From: Meghan Date: Tue, 17 Nov 2020 23:15:29 -0800 Subject: [PATCH] README- reorder add command section --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff047b60d56d46da60dba641d5c3e259c68c550b..9b455d5b1f91d980654f15bc9e2566e49c4698ae 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,12 @@ zigmod init [name] [entry_file] zigmod add ``` -- `` is the type of package we're adding. Currently `git` is the only valid type. More to come. +- `` is the type of package we're adding. - `` is the URL to the package you'd like to include. +#### Available `fetch` types +- `git` + ### `fetch` command ``` zigmod fetch -- 2.54.0