From b677f94243fce5a8c79aad96efec0b9cf3ee8b96 Mon Sep 17 00:00:00 2001 From: Tanya Bouman Date: Wed, 8 May 2024 23:38:27 -0400 Subject: [PATCH] use-modules: clarify the example of initializing a new module --- content/en/hugo-modules/use-modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/hugo-modules/use-modules.md b/content/en/hugo-modules/use-modules.md index 295ff2061..913e4f775 100644 --- a/content/en/hugo-modules/use-modules.md +++ b/content/en/hugo-modules/use-modules.md @@ -21,7 +21,7 @@ toc: true Use `hugo mod init` to initialize a new Hugo Module. If it fails to guess the module path, you must provide it as an argument, e.g.: ```sh -hugo mod init github.com/gohugoio/myShortcodes +hugo mod init github.com// ``` Also see the [CLI Doc](/commands/hugo_mod_init/).