module import path remove slash at end

This commit is contained in:
thomas 2020-09-16 21:23:54 +01:00 committed by Bjørn Erik Pedersen
parent 59f4f4acd8
commit 56708f0b78

View File

@ -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