diff --git a/content/en/hugo-modules/use-modules.md b/content/en/hugo-modules/use-modules.md index b6fd3a0aa..aa03489d2 100644 --- a/content/en/hugo-modules/use-modules.md +++ b/content/en/hugo-modules/use-modules.md @@ -41,7 +41,7 @@ The easiest way to use a Module for a theme is to import it in the config. ```toml [module] [[module.imports]] - path = "github.com/spf13/hyde/" + path = "github.com/spf13/hyde" ``` ## Update Modules