diff --git a/exampleSite/content/docs/installation/index.md b/exampleSite/content/docs/installation/index.md index a3c0512a..3eb58993 100644 --- a/exampleSite/content/docs/installation/index.md +++ b/exampleSite/content/docs/installation/index.md @@ -67,7 +67,7 @@ This method is the quickest and easiest for keeping the theme up-to-date. Hugo u ```toml [[imports]] - path = "github.com/nunocoracao/blowfish" + path = "github.com/nunocoracao/blowfish/v2" ``` 4. Start your server using `hugo server` and the theme will be downloaded automatically.